Skip to content

Instantly share code, notes, and snippets.

@makotom
Created June 16, 2013 11:17
Show Gist options
  • Save makotom/5791750 to your computer and use it in GitHub Desktop.
Save makotom/5791750 to your computer and use it in GitHub Desktop.
Convert readom CDDA image to wav file
dd conv=swab if=ORIGINAL_BIN of=TMP_BIN
mplayer -demuxer rawaudio -ao pcm:file=WAVE TMP_BIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment