mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 02:41:24 +00:00
14 lines
344 B
Plaintext
14 lines
344 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 --audio-driver={{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`
|