• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-2,2421,645

Android.bpD04-Jul-20251.6 KiB6056

Cargo.tomlD04-Jul-2025284 1613

README.mdD04-Jul-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