From a0603c8b1285d649fff786172769d0ad4637a32e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 10 Mar 2014 20:54:31 +0100 Subject: update readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaf8bf8..bfa8e02 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,20 @@ How to build ============= Requirements: + * boost-thread and boost-system * ImageMagick magickwand (for MOT slideshow) - -* Download code and unpack it. +* The alsa libraries * Download and install libfec from https://github.com/Opendigitalradio/ka9q-fec -* do "./configure", then "make" and "make install" + +This package: + git clone https://github.com/mpbraendli/fdk-aac-dabplus.git + cd fdk-aac-dabplus + ./bootstrap + ./configure + make + sudo make install + * See the possible scenarios below on how to use the tools * use mot-encoder to encode images into MOT Slideshow @@ -77,7 +85,10 @@ This illustrates the fifo input of *dabplus-enc-file-zmq*. sox -t alsa $ALSASRC -b 16 -t raw - rate 32k channels 2 | \ dabplus-enc-file-zmq -r 32000 \ - -i /dev/stdin -b $BITRATE -f raw -a -o $DST -p 4 + -i /dev/stdin -b $BITRATE -f raw -a -o $DST -p 53 + +The -p 53 sets the padlen, compatible with the default mot-encoder setting. mot-encoder needs +to be given the same value for this option. Scenario 3 -- cgit v1.2.3