Skip to content

Instantly share code, notes, and snippets.

@jbonhag
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save jbonhag/04419f63b8b479357af8 to your computer and use it in GitHub Desktop.

Select an option

Save jbonhag/04419f63b8b479357af8 to your computer and use it in GitHub Desktop.
seq -f "%02g" 99 | while read t; do sox -n ${t}.wav synth 8 pinknoise; done &&
drutil burn -audio .
@jbonhag
Copy link
Author

jbonhag commented Jul 13, 2014

"Minimum duration for a track is 4 seconds (including 2-second pause)" http://en.wikipedia.org/wiki/Compact_Disc_Digital_Audio#Basic_specifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment