-
Notifications
You must be signed in to change notification settings - Fork 312
ExampleCommandLines
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.
To be completed.
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
- ๐งโ๐ฌ About SoundFont
- ๐ฅ๏ธ Applications using FluidSynth
- ๐ผ Music made with FluidSynth
- ๐ LicensingFAQ
๐ฅ Get FluidSynth
๐ Documentation
-
- ๐ GettingStarted
- ๐ป ExampleCommandLines
- ๐ Audio Drivers
- ๐ UserManual
- โ๏ธ FluidSettings
- โจ FluidFeatures
- โฑ๏ธ LowLatency
- ๐๏ธ Fluidsynth configuration files
-
- ๐ ChangeLog
- ๐ ๏ธ Build from source
- ๐ค Build for Android
- ๐ FluidSynth 2.0 API
- ๐ FluidSynth legacy 1.x API
- ๐ LADSPA Interface Documentation
- โ SoundFont3Format
- ๐ฆ NotesForPackagers
- โ ReleaseCheckList
- ๐ฎ Future