Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"output volume is too small" #13

Open
atsushieno opened this issue Apr 15, 2019 · 0 comments
Open

"output volume is too small" #13

atsushieno opened this issue Apr 15, 2019 · 0 comments
Labels
answered question Further information is requested

Comments

@atsushieno
Copy link
Owner

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 atsushieno added question Further information is requested answered labels Apr 15, 2019
@atsushieno atsushieno changed the title "output volume is too low" "output volume is too small" Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant