From cc8fe290a9aa0866bf025a9ac5b2b8340a77a4c3 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 18 Oct 2016 15:13:50 +0200 Subject: Added parameter flags (did not work without) --- interfaces.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces.tex') 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 -- cgit v1.2.3