Module buffer

Module buffer 

Source
Expand description

Lock-free audio buffers for the hot path.

Re-exports§

pub use convert::bytes_to_i16;
pub use convert::i16_to_bytes;
pub use convert::into_shared;
pub use jitter::AudioJitterBuffer;
pub use jitter::BufferState;
pub use jitter::JitterConfig;

Modules§

convert
Zero-copy audio sample format conversion.
jitter
Adaptive jitter buffer for smooth playback of network audio.

Structs§

SpscConsumer
The reading half of an SpscRing.
SpscProducer
The writing half of an SpscRing.
SpscRing
Wait-free single-producer single-consumer ring buffer for audio samples.