mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-14 00:35:25 +02:00
12 lines
352 B
Markdown
12 lines
352 B
Markdown
# fluidsynth
|
|
|
|
> Synthesize audio from MIDI files.
|
|
> More information: <https://github.com/FluidSynth/fluidsynth/wiki/UserManual>.
|
|
|
|
- Play a MIDI file:
|
|
|
|
`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}}`
|