diff options
author | xengineering <me@xengineering.eu> | 2024-01-24 18:22:26 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-01-24 20:29:09 +0100 |
commit | 26444dbc9195c8eec0e6caa360d67d5c14d129c9 (patch) | |
tree | 3e156e410b80808dc22df619e90aeaad9ab09648 | |
parent | 38d6997e5f6bd725b28c8cc6ed28cda670a2e900 (diff) | |
download | soundbox-alsa-loop.tar soundbox-alsa-loop.tar.zst soundbox-alsa-loop.zip |
WIP: doc: Explain ALSA loop device use casealsa-loop
-rw-r--r-- | doc/documentation.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex index fe58ba6..98aa8c4 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -82,6 +82,15 @@ ffmpeg -re -i <input> -acodec libmp3lame -f matroska \ More details about FFmpeg streaming can be read from the FFmpeg streaming guide\footnote{\href{https://trac.ffmpeg.org/wiki/StreamingGuide}{https://trac.ffmpeg.org/wiki/StreamingGuide}}. +% TODO alsa loop device explanation goes here + +\begin{verbatim} +modprobe snd-aloop +aplay -l +ffmpeg -re -f alsa -i hw:3,1,1 -acodec libmp3lame -f matroska udp://224.0.0.99:5316 +mplayer -ao alsa:device=hw=3,0,1 <file> +\end{verbatim} + \chapter{Production} The given chapter contains documentation about how to produce a |