summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-22 20:25:53 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-09-22 20:25:53 +0200
commit12b433bb5215904e0d71e0acbefa1ad4260e6d1b (patch)
treed16adc95b68384de5ab96b4242f7b8a1abafb166 /README.md
parentb62213babf39e1d9e13b4fdc9488521f9189a47c (diff)
downloadODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.tar.gz
ODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.tar.bz2
ODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.zip
Add JACK scenario to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
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
==============================