mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
519 B
Plaintext
22 lines
519 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|