Skip to content

Instantly share code, notes, and snippets.

@jsejcksn
Last active October 9, 2015 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsejcksn/201d07ceb92cc78a3db0 to your computer and use it in GitHub Desktop.
Save jsejcksn/201d07ceb92cc78a3db0 to your computer and use it in GitHub Desktop.
Convert to CAF from WAV
afconvert -f caff -d LEI16@44100 -c 1 in.wav out.caf
The -c 1 outputs one channel only. Omit that bit to retain original channels.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment