summaryrefslogtreecommitdiff
path: root/audio_streams/README.md
blob: d3a02e8fef900ae35f89214668b43bae61203092 (plain)
1
2
3
4
5
6
# 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.