summaryrefslogtreecommitdiff
path: root/audio_streams/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'audio_streams/README.md')
-rw-r--r--audio_streams/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio_streams/README.md b/audio_streams/README.md
deleted file mode 100644
index b62c2946..00000000
--- a/audio_streams/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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 `DummyStreamSource`
-is provided.