diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-07-18 11:04:00 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-07-18 11:04:00 +0200 |
commit | 5d0b852bd60fd54c24316b5bc35d44ca5530b200 (patch) | |
tree | 1ed4c97661268dd5b55ab868a01c393f18243cb9 /README.md | |
parent | 4714fe46d8ee1bfd43fbe936d1d50402411e3446 (diff) | |
download | ODR-SourceCompanion-5d0b852bd60fd54c24316b5bc35d44ca5530b200.tar.gz ODR-SourceCompanion-5d0b852bd60fd54c24316b5bc35d44ca5530b200.tar.bz2 ODR-SourceCompanion-5d0b852bd60fd54c24316b5bc35d44ca5530b200.zip |
Decode AAC to measure audio levels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -15,9 +15,7 @@ How to build Requirements: * A C++11 compiler -* Install ZeroMQ 4.0.4 or more recent - * If your distribution does not include it, take it from - from http://download.zeromq.org/zeromq-4.0.4.tar.gz +* ZeroMQ 4.0.4 or more recent This package: @@ -42,7 +40,3 @@ Also, assuming you have an AVT encoder on the IP address 192.168.128.111 and a f --input-uri=udp://:32010 --control-uri=udp://192.168.128.111:9325 --jitter-size=80 \ -o $DST -TODO -==== - -A proper setting for the audio level in the ZeroMQ output metadata fields. |