summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-05 12:03:12 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-05 12:03:12 +0100
commit193ddda4c37f64c04764279d34ebd37231b045fc (patch)
tree8aa0c6e29e62529b4df9fcb2310e0703047c3e0c /README.md
parentcbf4bba70fb315d2a1261e27c38828f1c5a44e38 (diff)
downloadODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.tar.gz
ODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.tar.bz2
ODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.zip
Mention format s16le in snd-aloop scenario
Diffstat (limited to 'README.md')
-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*