From 12b433bb5215904e0d71e0acbefa1ad4260e6d1b Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Sep 2014 20:25:53 +0200 Subject: Add JACK scenario to README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7abe9af..3b46ab4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ This package: make sudo make install +If you want to use the JACK input, please use + + ./configure --enable-jack + * See the possible scenarios below on how to use the tools * use mot-encoder to encode images into MOT Slideshow @@ -63,7 +67,7 @@ input on port 9000. DST="tcp://yourserver:9000" BITRATE=64 -AAC encoder confiugration +AAC encoder configuration ------------------------- By default, when not overridden by the --aaclc, --sbr or --ps options, @@ -161,6 +165,15 @@ Wave file encoding, for non-realtime processing dabplus-enc -a -b $BITRATE -i wave_file.wav -o station1.dabp +Scenario 7 +---------- +JACK input: Instead of -i (file input) or -d (ALSA input), use -j *name*, where *name* specifies the JACK +name for the encoder: + + dabplus-enc -j myenc -l -b $BITRATE -f raw -a -o $DST + +The samplerate of the JACK server should be 32kHz or 48kHz. + Usage of MOT Slideshow and DLS ============================== -- cgit v1.2.3