From 30cd401545ab8af6057c2d8fc94c929a9b21fc0a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 9 Apr 2019 07:26:08 +0200 Subject: Add JACK scenario with samplerate workaround --- README.md | 7 +++++-- 1 file 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* ------------------------------ -- cgit v1.2.3