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 7da906f..cf6e272 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -78,7 +78,7 @@ It will send a simple sine wave with 400~Hz to the soundbox device.
Alternatively a mp3 file can be sent like this:
\begin{verbatim}
- ffmpeg -re -i '/path/to/file.mp3' -acodec copy -ar 11025 \
+ ffmpeg -re -i <file-path> -acodec copy -ar 11025 \
-f rtp rtp://<soundbox-ip>:5316
\end{verbatim}