FluidSynth: Difference between revisions

From wikiluntti
(Created page with "== Introduction == == Theory == <syntaxhighlight lang="bash"> pulseaudio --kill jack_control start jack_control exit pulseaudio --start </syntaxhighlight> <syntaxhighlight...")
 
 
Line 13: Line 13:
fluidsynth -a alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 mysong.mid
fluidsynth -a alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 mysong.mid
</syntaxhighlight>
</syntaxhighlight>
=== Python ===
https://github.com/nwhitehead/pyfluidsynth

Latest revision as of 18:27, 5 May 2021

Introduction

Theory

pulseaudio --kill
jack_control start
jack_control exit
pulseaudio --start
fluidsynth -a alsa /usr/share/sounds/sf2/FluidR3_GM.sf2 mysong.mid

Python

https://github.com/nwhitehead/pyfluidsynth