Displaying 1 result from an estimated 1 matches for "midi2ogg".
2003 May 13
0
convert midi directly to Vorbis (Unix users enjoy)
...ipt sent
to me off list.
Unix users enjoy!
Lorenzo
Intel engineering seem to have misheard Intel marketing strategy. The
phrase was "Divide and conquer" not "Divide and cock up"
-- Alan Cox, iialan@www.linux.org.uk
-------------- next part --------------
#/bin/bash
# midi2ogg
# by Lorenzo Prince
# Converts a midi file to Ogg Vorbis at the quality specified
# This script requires oggenc and TiMidity++ and will support all file
# formats that can be played by TiMidity++.
# Usage: midi2ogg <middifile> <Oggfile> <quality>
# example: midi2ogg test.mid test...