Expand description
Lock-free audio buffers for the hot path.
SpscRing: Single-producer single-consumer ring buffer for zero-copy audio streaming.AudioJitterBuffer: Adaptive jitter buffer for smooth playback of network audio.
Re-exports§
pub use convert::bytes_to_i16;pub use convert::i16_to_bytes;pub use jitter::AudioJitterBuffer;pub use jitter::JitterConfig;
Modules§
- convert
- Zero-copy audio sample format conversion.
- jitter
- Adaptive jitter buffer for smooth playback of network audio.
Structs§
- Spsc
Ring - Lock-free single-producer single-consumer ring buffer.