10.40 SOX

review

  $ sox -t ossdsp -w -s -r 44100 -c 2 /dev/dsp recording.wav

Creating sounds with play and saving the sound to file with sox:

$ play -n synth 1 sin 234
$ play -n synth 1 sin 234 sin 345
$ sox -n sample.mp3 synth 1 sin 234 sin 345
$ play -n -c1 synth sin %-12 sin %-9 sin %-5 sin %-2 fade h 0.1 1 0.1

Here’s a guessing game one liner, asking you to guess the frequency, courtesy of the Twitter account for Command Line Magic.

$ f=$(($RANDOM%5900+100));play -qn synth sin $f trim 0 0.75 vol .1;read -p "Hz(100-6000)? " g;printf "Hz=$f; Off by %d\n" $((f-g))


Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0