summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-10 20:54:31 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-03-10 20:54:31 +0100
commita0603c8b1285d649fff786172769d0ad4637a32e (patch)
tree6d13fa60d2cd67752656cabd15d34f853a1f67cb /README.md
parentbb71d575b41e646d7c4f4ea6a679b2c696a3cfa4 (diff)
downloadODR-AudioEnc-a0603c8b1285d649fff786172769d0ad4637a32e.tar.gz
ODR-AudioEnc-a0603c8b1285d649fff786172769d0ad4637a32e.tar.bz2
ODR-AudioEnc-a0603c8b1285d649fff786172769d0ad4637a32e.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files 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