• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-2,2621,657

Android.bpD03-May-20241.4 KiB5753

Cargo.tomlD03-May-2024284 1613

README.mdD03-May-2024266 64

README.md

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