Skip to content

Instantly share code, notes, and snippets.

@Seasons7
Created May 26, 2011 12:13
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 Seasons7/993012 to your computer and use it in GitHub Desktop.
Save Seasons7/993012 to your computer and use it in GitHub Desktop.
Convert aif to caf
Dir.glob("*.aif").each do |fname|
%x{afconvert -f caff -d ima4 #{fname}}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment