Expand description
Audio output pipeline
Manages the flow of mixed audio data to the output device. The pipeline periodically calls the mixer to produce output frames and tracks statistics such as total frames processed and buffer underrun events.
Structs§
- Audio
Pipeline - Audio output pipeline
- Pipeline
Stats - Pipeline performance statistics
Enums§
- Pipeline
State - Current state of the audio output pipeline
Functions§
- init
- Initialize the global audio pipeline
- with_
pipeline - Access the global pipeline through a closure