diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-09 07:26:08 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-04-09 07:26:08 +0200 | 
| commit | 30cd401545ab8af6057c2d8fc94c929a9b21fc0a (patch) | |
| tree | 82cc68a7b8eaf03ba1b97f42268997ab9030120b | |
| parent | dfc6ae30ce53c67dee7a9859fe79e9b94242114a (diff) | |
| download | ODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.tar.gz ODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.tar.bz2 ODR-AudioEnc-30cd401545ab8af6057c2d8fc94c929a9b21fc0a.zip | |
Add JACK scenario with samplerate workaround
| -rw-r--r-- | README.md | 7 | 
1 files changed, 5 insertions, 2 deletions
| @@ -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*  ------------------------------ | 
