Skip to content

Instantly share code, notes, and snippets.

@ludwigschuster
Created August 25, 2017 13:26
Show Gist options
  • Save ludwigschuster/9efd532b008b5fd33f60ae2b60b35274 to your computer and use it in GitHub Desktop.
Save ludwigschuster/9efd532b008b5fd33f60ae2b60b35274 to your computer and use it in GitHub Desktop.
play Midi and convert to wav
brew install timidity
timidity *.midi
timidity input.mid -Ow -o out.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment