Skip to content

Instantly share code, notes, and snippets.

@derekmwright
Last active September 8, 2019 12:13
Show Gist options
  • Save derekmwright/944acfb57189484cc9ec4e9210a3a314 to your computer and use it in GitHub Desktop.
Save derekmwright/944acfb57189484cc9ec4e9210a3a314 to your computer and use it in GitHub Desktop.
Mac OSX Convert FLAC to AIFF for Logic Pro
# Drop this in ~/.oh-my-zsh/custom/flac-to-aiff.zsh
# brew install flac
function flac-to-aiff()
# Re-encode first to fix buggy encoded MD5 checksums
flac **/*.flac --force
flac -d --force-aiff-format **/*.flac --no-verify --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment