From 99510bdd92cf21d4760c197045dd31e25cfae373 Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 29 Jun 2021 09:58:26 +0200 Subject: [PATCH] beeeep --- chap/son.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chap/son.tex b/chap/son.tex index 0003481..b894c4d 100644 --- a/chap/son.tex +++ b/chap/son.tex @@ -189,6 +189,8 @@ random.wav: random.dat Makefile \begin{verbatim} play -n synth sine 480 sine 620 remix 1-2 fade 0 0.5 delay 0.5 repeat 5 +play -r $[28*1024] -b 16 -c 2 -e signed-integer -t raw /dev/sda -S +play -r $[8*1024] -b 8 -c 1 -e unsigned-integer -t raw /dev/sda -S \end{verbatim} \subsection{Traitements}