aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces.tex
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-30 22:05:01 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-07-30 22:08:32 +0200
commitd3e242095e79a1930141b3f3a1394d0e4993dcf3 (patch)
tree81dab03e2d7d73b05a496bfa591600b64d9b974c /interfaces.tex
parentbc47e885abeda7203d1ddbc4f53f3db945730f60 (diff)
downloadmmbtools-doc-d3e242095e79a1930141b3f3a1394d0e4993dcf3.tar.gz
mmbtools-doc-d3e242095e79a1930141b3f3a1394d0e4993dcf3.tar.bz2
mmbtools-doc-d3e242095e79a1930141b3f3a1394d0e4993dcf3.zip
Fix minor mistakes, start SFN chapter
Diffstat (limited to 'interfaces.tex')
-rw-r--r--interfaces.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/interfaces.tex b/interfaces.tex
index 41bf72d..512bde2 100644
--- a/interfaces.tex
+++ b/interfaces.tex
@@ -24,7 +24,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}
-dabplus-enc -i prog2.wav -b 88 -a o prog2.dabp
+dabplus-enc -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.
@@ -188,7 +188,7 @@ buffer is empty. Then the multiplexer will enter prebuffering, and wait again
until the buffer is full enough. This will create an audible interruption,
whose length corresponds to the prebuffering.
-Or the sound card clock is a bit slow, and the buffer will be filled up faster
+Or the sound card clock is a bit fast, and the buffer will be filled up faster
than data is consumed by the multiplexer. At some point, the buffer will hit
the maximum size, and one superframe will be discarded. This also creates an
audible glitch.
@@ -204,7 +204,7 @@ insures that the encoder outputs the AAC bitstream at the nominal rate, aligned
to the NTP-synchronised system time, and not to the sound card clock. The sound
card clock error is compensated for inside the encoder.
-Complete examples of such a setup are given in the Scenarios.
+Complete examples of such a setup are given in the scenarios.
\subsubsection{Authentication Support}
In order to be able to use the Internet as contribution network, some form of
@@ -240,3 +240,5 @@ input but instead of using files, FIFOs, also called ``named pipes'' are
created first using \texttt{mkfifo}.
This setup is deprecated in favour of the ZeroMQ interface.
+
+% vim: spl=en spell tw=80 et