1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/fluidsynth.md

17 lines
399 B
Markdown
Raw Normal View History

# fluidsynth
> Synthesize audio from MIDI files.
> More information: <https://github.com/FluidSynth/fluidsynth/wiki/UserManual>.
- Play a MIDI file:
2025-03-10 05:54:27 +02:00
`fluidsynth {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
- Specify the audio driver:
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
2025-03-26 00:36:41 +02:00
- Display help:
`fluidsynth {{[-h|--help]}}`