xref: /aosp_15_r20/external/crosvm/common/audio_streams/README.md (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1# Audio Server and Stream interfaces
2
3The `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