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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio_streams/README.md b/audio_streams/README.md
index d3a02e8f..b62c2946 100644
--- a/audio_streams/README.md
+++ b/audio_streams/README.md
@@ -2,5 +2,5 @@
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`
+Alsa and cras. To start, an empty playback example `DummyStreamSource`
is provided.