Crate audio_channel_buffer

Crate audio_channel_buffer 

Source

Structsยง

ChannelBuffer
A memory-efficient buffer of samples with a fixed compile-time number of channels each with a fixed runtime number of frames (samples in a single channel of audio).
ChannelBufferRef
An immutable memory-efficient buffer of samples with a fixed compile-time number of channels each with a fixed runtime number of frames (samples in a single channel of audio).
ChannelBufferRefMut
A mutable memory-efficient buffer of samples with a fixed compile-time number of channels each with a fixed runtime number of frames (samples in a single channel of audio).
InstanceChannelBuffer
A memory-efficient buffer of samples with a fixed compile-time number of instances each with a fixed compile-time number of CHANNELS. Each channel has a fixed runtime number of frames (samples in a single channel of audio).
VarChannelBuffer
A memory-efficient buffer of samples with a fixed runtime number of channels each with a fixed runtime number of frames (samples in a single channel of audio).
VarChannelBufferRef
An immutable memory-efficient buffer of samples with a fixed runtime number of channels each with a fixed runtime number of frames (samples in a single channel of audio).
VarChannelBufferRefMut
A mutable memory-efficient buffer of samples with a fixed runtime number of channels each with a fixed runtime number of frames (samples in a single channel of audio).