Skip to content

Instantly share code, notes, and snippets.

@btotr
Created December 22, 2011 12:52
Show Gist options
  • Save btotr/1510214 to your computer and use it in GitHub Desktop.
Save btotr/1510214 to your computer and use it in GitHub Desktop.
John Cage 4.33 generator
ffmpeg -ar 44100 -acodec pcm_s16le -f s16le -ac 2 -i <(dd if=/dev/zero bs=$((44100 * 2 * 2)) count=273) 433.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment