[][src]Crate fon

Rust audio types and conversions.

An audio buffer can be cheaply converted to and from raw byte buffers, enabling interoperability with other crates.

Many audio formats are supported:

Blending operations are supported for all formats.

Modules

chan

Component channels

mono

Mono speaker configuration and types.

ops

Synthesis and mixing operations.

sample

Sample types

stereo

Stereo speaker configuration and types.

surround

Surround speaker configurations and types.

Structs

Audio

An audio buffer (array of audio Samples at a specific sample rate in hertz).

Hz

Newtype for hertz.

Traits

Config

Speaker/Channel configuration