diff options
author | xengineering <me@xengineering.eu> | 2024-01-14 12:22:51 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-14 12:22:51 +0100 |
commit | 41c73098b35dd820d22b557363fcd1aaed6133ae (patch) | |
tree | 47679a0476d87dc2c5753bcd13fbd38b3275e86a | |
parent | 0b0ca08ee8a4954c59ea2421f7e7dfcf1272baff (diff) | |
download | soundbox-41c73098b35dd820d22b557363fcd1aaed6133ae.tar soundbox-41c73098b35dd820d22b557363fcd1aaed6133ae.tar.zst soundbox-41c73098b35dd820d22b557363fcd1aaed6133ae.zip |
doc: Unify replacable parts of streaming command
-rw-r--r-- | doc/documentation.tex | 2 |
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} |