Module web_audio_api::buffer[][src]

Expand description

General purpose audio signal data structures

Structs

Memory-resident audio asset, basically a matrix of channels * samples

Config for up/down-mixing of channels for audio nodes

Options for constructing ChannelConfig

Single channel audio samples, basically wraps a Arc<Vec<f32>>

Sample rate converter and buffer chunk splitter.

Enums

How channels must be matched between the node’s inputs and outputs.

The meaning of the channels, defining how audio up-mixing and down-mixing will happen.