From f3ba2dad06e5127afb9ffec75f972a335cd3405f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:45:35 +0300 Subject: [PATCH] fluidsynth: add page (#10576) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/fluidsynth.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/fluidsynth.md diff --git a/pages/linux/fluidsynth.md b/pages/linux/fluidsynth.md new file mode 100644 index 000000000..d5800ada8 --- /dev/null +++ b/pages/linux/fluidsynth.md @@ -0,0 +1,8 @@ +# fluidsynth + +> Synthesize audio from MIDI files. +> More information: . + +- Play a MIDI file: + +`fluidsynth --audio-driver={{pipewire|pulseaudio}} {{path/to/soundfont.sf2}} {{path/to/file.midi}}`