diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-05 12:03:12 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-11-05 12:03:12 +0100 |
commit | 193ddda4c37f64c04764279d34ebd37231b045fc (patch) | |
tree | 8aa0c6e29e62529b4df9fcb2310e0703047c3e0c | |
parent | cbf4bba70fb315d2a1261e27c38828f1c5a44e38 (diff) | |
download | ODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.tar.gz ODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.tar.bz2 ODR-AudioEnc-193ddda4c37f64c04764279d34ebd37231b045fc.zip |
Mention format s16le in snd-aloop scenario
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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* |