summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 230f25c..f099b30 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -81,7 +81,7 @@ Alternatively a MP3 file can be sent like this:
\begin{verbatim}
ffmpeg -re -i <file-path> \
- -acodec copy -f matroska udp://224.0.0.99:5316
+ -acodec libmp3lame -f matroska udp://224.0.0.99:5316
\end{verbatim}
These commands allow to test the \texttt{soundbox} device setup.