Created
October 3, 2013 02:13
-
-
Save samurailink3/6803635 to your computer and use it in GitHub Desktop.
convert midi to mp3 (taken from: http://www.kirsle.net/blog/kirsle/convert-midi-music-to-mp3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timidity -Ow -o - input.mid | lame - output.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment