• Home
Name Date Size #Lines LOC

..--

src/03-May-2024-1,292911

.gitignoreD03-May-202418 32

Android.bpD03-May-20241.8 KiB6255

Cargo.tomlD03-May-2024285 1310

README.mdD03-May-2024266 75

README.md

1# Audio Server and Stream interfaces
2
3The `audio_streams` crate provides a basic interface for playing audio.
4This will be used to enable playback to various audio subsystems such as
5Alsa and cras. To start, an empty playback example `NoopStreamSource`
6is provided.
7