tree: 29b6bbe4705db0581555fa975c7466457dc3bc6a
  1. src/
  2. Cargo.toml
  3. README.md
common/audio_streams/README.md

Audio Server and Stream interfaces

The audio_streams crate provides a basic interface for playing audio. This will be used to enable playback to various audio subsystems such as Alsa and cras. To start, an empty playback example NoopStreamSource is provided.