diff options
author | Andreas <Andreas> | 2016-10-18 15:13:50 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-18 22:55:53 +0200 |
commit | cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3 (patch) | |
tree | ab423b708963b7c1d63a96aa25fe7563e936f0bd /interfaces.tex | |
parent | 2fd08511ac6d6e5a3b30b7aa1d7e1f196429e6e7 (diff) | |
download | mmbtools-doc-cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3.tar.gz mmbtools-doc-cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3.tar.bz2 mmbtools-doc-cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3.zip |
Added parameter flags (did not work without)
Diffstat (limited to 'interfaces.tex')
-rw-r--r-- | interfaces.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces.tex b/interfaces.tex index f93a6a6..05e06e6 100644 --- a/interfaces.tex +++ b/interfaces.tex @@ -17,7 +17,7 @@ We assume that the audio data for the two programmes is located in uncompressed 48kHz WAV in the files \filename{prog1.wav} and \filename{prog2.wav}. The first step is to encode the audio. The DAB programme is encoded to \filename{prog1.mp2} using: \begin{lstlisting} -odr-audioenc --dab -b 128 prog1.wav prog1.mp2 +odr-audioenc --dab -b 128 -i prog1.wav -o prog1.mp2 \end{lstlisting} The DAB+ programme is encoded to \filename{prog2.dabp}. The extension |