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