mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
7964998a83
Update fluidsynth.md
427 B
427 B
fluidsynth
Synthesize audio from MIDI files. More information: https://github.com/FluidSynth/fluidsynth/wiki/UserManual.
- Play a MIDI file:
fluidsynth {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}
- Specify the audio driver:
fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}
- Display help:
fluidsynth {{[-h|--help]}}