tree: 68dfbf625db66fe8ca3488e48d352ddc6b3b1fed [path history] [tgz]
  1. src/
  2. Android.bp
  3. Cargo.toml
  4. README.md
  5. TEST_MAPPING
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 DummyStreamSource is provided.