You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| src | 3 years ago | |
| Android.bp | 3 years ago | |
| Cargo.toml | 3 years ago | |
| README.md | 3 years ago | |
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.