diff options
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 |