fluidsynth
Synthesize audio from MIDI files. More information: <https://github.com/FluidSynth/fluidsynth/wiki/UserManual>.
Install
- All systems
-
curl cmd.cat/fluidsynth.sh
- Debian
-
apt-get install fluidsynth
- Ubuntu
-
apt-get install fluidsynth
- Arch Linux
-
pacman -S fluidsynth
- 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
- Dockerfile
- dockerfile.run/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