1# Audio Server and Stream interfaces
23The `audio_streams` crate provides a basic interface for playing audio. This will be used to enable
4playback to various audio subsystems such as Alsa and cras. To start, an empty playback example
5`NoopStreamSource` is provided.
6