fluid-synth

Real-time software synthesizer based on SoundFont 2 specifications

brewmacoslinux
Try with needOr install directly
Source

About

Real-time software synthesizer based on the SoundFont 2 specs

Commands

fluidsynth

Examples

Play a MIDI file with a SoundFont$ fluidsynth -i /path/to/soundfont.sf2 /path/to/file.mid
Start interactive shell to control synthesizer in real-time$ fluidsynth /path/to/soundfont.sf2
Render MIDI to audio file with specified soundfont$ fluidsynth -F output.wav -i /path/to/soundfont.sf2 /path/to/file.mid