Skip to content

Instantly share code, notes, and snippets.

@benschmaus
Last active March 4, 2017 20:55
Show Gist options
  • Save benschmaus/f6dbd4da6107ea5068f61a5b2ddc438c to your computer and use it in GitHub Desktop.
Save benschmaus/f6dbd4da6107ea5068f61a5b2ddc438c to your computer and use it in GitHub Desktop.
generate audio with sporth, process and play with sox
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