Last active
March 4, 2017 20:55
-
-
Save benschmaus/f6dbd4da6107ea5068f61a5b2ddc438c to your computer and use it in GitHub Desktop.
generate audio with sporth, process and play with sox
This file contains hidden or 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
echo "440 0.5 sine" \ | |
| sporth -d 5s -b raw \ | |
| sox -t raw -r 44.1k -b 32 -e floating-point - -d fade q 1 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment