Created
March 15, 2022 18:00
-
-
Save r4dian/0c42ab7bb150515063674a3a67afa625 to your computer and use it in GitHub Desktop.
Generate a test tone, where the comment in the .wav data is the command used to create it .... [bash / zsh]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sox -V -r 48000 -n -b 16 -c 2 --comment "$(tail -1 $HISTFILE | sed 's/.\{15\}//')" tone.wav synth 30 sin 220 vol -12dB; #test tone: a3 note / 220Hz, -12dB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment