summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 232e9b1..3977841 100644
--- a/README.md
+++ b/README.md
@@ -154,9 +154,10 @@ can then be used for the alsa encoder.
Then, you can use any media player that has an alsa output to play whatever source it supports:
cd your/preferred/music
- mplayer -ao alsa:device=hw=1.1 -srate 32000 -shuffle *
+ mplayer -ao alsa:device=hw=1.1 -srate 32000 -format=s16le -shuffle *
-Important: you must specify the correct sample rate on both "sides" of the virtual sound card.
+Important: you must specify the correct sample rate and sample format on both
+"sides" of the virtual sound card.
Scenario *mplayer and fifo*