fluidsynth: make filepath explicit (#19609)

Update fluidsynth.md
This commit is contained in:
Managor
2025-11-25 13:18:47 +02:00
committed by GitHub
parent 9b01e61e1f
commit 7964998a83
+2 -2
View File
@@ -5,11 +5,11 @@
- Play a MIDI file:
`fluidsynth {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
`fluidsynth {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}`
- Specify the audio driver:
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
`fluidsynth {{[-a|--audio-driver]}} {{pipewire|pulseaudio}} {{/usr/share/soundfonts/soundfont.sf2}} {{path/to/file.midi}}`
- Display help: