Expand description
Client API for audio streams
Provides the user-facing interface for creating, controlling, and writing
to audio streams. Each stream is backed by a SharedAudioBuffer and a
corresponding mixer channel.
Structs§
- Audio
Client - Manages all active audio streams
- Audio
Stream - An active audio stream with buffer and mixer channel association
- Audio
Stream Id - Unique identifier for an audio stream
Enums§
- Stream
State - State of an audio stream
Functions§
- init
- Initialize the global audio client manager
- with_
client - Access the global audio client through a closure