Skip to content

ExampleCommandLines

Tom M edited this page Jul 1, 2017 · 13 revisions

Example Command Lines to start fluid synth

Introduction

This page gives examples of how to start fluidsynth from the command line with different configurations. Please feel free to add the configuration that works best for you.

fluidsynth with JACK

To be completed.

fluidsynth on NetBooks and low performance computers

First you need to reduce the CPU usage which helps reduce the chances of data under-run which causes the audio cut out. This can be done by turning off the Reverb and Chorus with the flags '-C0 -R0' and also by halving the sample rate with the flag '-r22050'. Changing the sample rate does not work with the alsa hw layer so use the plug layer instead. For example this command line works quite well on a eeePC 901 NetBook .

fluidsynth -C0 -R0 -r22050 -l -a alsa -o audio.alsa.device=plughw:0

If you get problems with unsteady playback or the audio cutting out then try closing all other programs,

turning off your wireless network and unpluging any network cable.

๐ŸŽน FluidSynth

๐Ÿ“ฅ Get FluidSynth

๐Ÿ“š Documentation

Clone this wiki locally