tree: 7df8eefdc528c0fbc86b669aee5087684ab3de1d [path history] [tgz]
  1. src/
  2. .gitignore
  3. Android.bp
  4. Cargo.toml
  5. README.md
  6. 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.