Name Date Size #Lines LOC

..--

src/H25-Apr-2025-2,2421,645

Android.bpH A D25-Apr-20251.5 KiB5955

Cargo.tomlH A D25-Apr-2025284 1613

README.mdH A D25-Apr-2025266 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