summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2019-04-09 07:26:08 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2019-04-09 07:26:08 +0200
commit30cd401545ab8af6057c2d8fc94c929a9b21fc0a (patch)
tree82cc68a7b8eaf03ba1b97f42268997ab9030120b /README.md
parentdfc6ae30ce53c67dee7a9859fe79e9b94242114a (diff)
downloadODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.tar.gz
ODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.tar.bz2
ODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.zip
Add JACK scenario with samplerate workaround
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index c775207..edd46a5 100644
--- a/README.md
+++ b/README.md
@@ -153,9 +153,12 @@ Scenario *JACK input*
JACK input: Instead of -i (file input) or -d (ALSA input), use -j *name*, where *name* specifies the JACK
name for the encoder:
- odr-audioenc -j myenc -l -b $BITRATE -f raw -o $DST
+ odr-audioenc -j myenc -l -b $BITRATE -o $DST
-The samplerate of the JACK server should be 32kHz or 48kHz.
+The JACK server must run at the samplerate of the encoder (32kHz or 48kHz). If that is not possible,
+one workaround is to access JACK through VLC, which will resample accordingly:
+
+ odr-audioenc -l -v jack://dab -b $BITRATE -o $DST
Scenario *LiveWire* or *AES67*
------------------------------