fluidsynth-midi-service-j icon indicating copy to clipboard operation
fluidsynth-midi-service-j copied to clipboard

"output volume is too small"

Open atsushieno opened this issue 5 years ago • 0 comments

By default fluidsynth output volume is quite low, because it is possible for synthesizers like fluidsynth to process so many notes that it could result in output saturation.

It is controlled by "synth.gain" settings item, which is 0.2 by default, while it can be raised up to 1.0.

http://www.fluidsynth.org/api/fluidsettings.xml#synth.gain

If you're using fluidsynthjna, then code like settings.getEntry (ConfigurationKeys.SynthGain).setDoubleValue (0.5) (Kotlin) should work.

It is left open so that people can easily find the FAQ.

atsushieno avatar Apr 15 '19 08:04 atsushieno