diff options
author | Andreas <Andreas> | 2016-10-18 20:19:49 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-18 22:56:01 +0200 |
commit | ddf6cd35a424b08dc9ed233d912f07cdf43e448b (patch) | |
tree | fc7e82b638ad7469007558c1adfaa6276202d80d | |
parent | cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3 (diff) | |
download | mmbtools-doc-ddf6cd35a424b08dc9ed233d912f07cdf43e448b.tar.gz mmbtools-doc-ddf6cd35a424b08dc9ed233d912f07cdf43e448b.tar.bz2 mmbtools-doc-ddf6cd35a424b08dc9ed233d912f07cdf43e448b.zip |
Changed odr-audioenc call (did not have audioencenc)
-rw-r--r-- | interfaces.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces.tex b/interfaces.tex index 05e06e6..ad9abe9 100644 --- a/interfaces.tex +++ b/interfaces.tex @@ -25,7 +25,7 @@ The DAB+ programme is encoded to \filename{prog2.dabp}. The extension other AAC encoded audio, it makes sense to use a special extension. The command is: \begin{lstlisting} -odr-audioencenc -i prog2.wav -b 88 -o prog2.dabp +odr-audioenc -i prog2.wav -b 88 -o prog2.dabp \end{lstlisting} These resulting files can then be used with ODR-DabMux to create an ETI file. |