diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-22 20:25:53 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-09-22 20:25:53 +0200 |
commit | 12b433bb5215904e0d71e0acbefa1ad4260e6d1b (patch) | |
tree | d16adc95b68384de5ab96b4242f7b8a1abafb166 | |
parent | b62213babf39e1d9e13b4fdc9488521f9189a47c (diff) | |
download | ODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.tar.gz ODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.tar.bz2 ODR-AudioEnc-12b433bb5215904e0d71e0acbefa1ad4260e6d1b.zip |
Add JACK scenario to README
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 ============================== |