timidity

Software synthesizer that converts MIDI files to audio output.

brewmacoslinux
Try with needOr install directly
Source

About

Software synthesizer

Commands

timidity

Examples

play a MIDI file through speakers$ timidity song.mid
convert MIDI file to WAV audio file$ timidity -Ow -o output.wav song.mid
convert MIDI file to MP3 format$ timidity -Om -o output.mp3 song.mid
list available MIDI instruments and soundfonts$ timidity -c /etc/timidity/timidity.cfg
play MIDI file with specific output device$ timidity -Os -o /dev/dsp song.mid