fluidsynth

Synthesize audio from MIDI files. More information: <https://github.com/FluidSynth/fluidsynth/wiki/UserManual>.

Install

All systems
curl cmd.cat/fluidsynth.sh
Debian Debian
apt-get install fluidsynth
Ubuntu
apt-get install fluidsynth
Arch Arch Linux
pacman -S fluidsynth
image/svg+xml Kali Linux
apt-get install fluidsynth
Fedora
dnf install fluidsynth
Windows (WSL2)
sudo apt-get update sudo apt-get install fluidsynth
OS X
brew install fluidsynth
Raspbian
apt-get install fluidsynth

Synthesize audio from MIDI files. More information: <https://github.com/FluidSynth/fluidsynth/wiki/UserManual>.

  • Play a MIDI file:
    fluidsynth --audio-driver=pipewire|pulseaudio path/to/soundfont.sf2 path/to/file.midi

© tl;dr; authors and contributors