Commit 525b63fc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fluidsynth: .8 gain is too high for many files, reduce to .5

(cherry picked from commit 76c940130f875ff89838fdc654ce1a8029c17ce6)

Conflicts:

	modules/codec/fluidsynth.c
parent a0ec0a36
......@@ -74,7 +74,7 @@ vlc_module_begin ()
set_callbacks (Open, Close)
add_loadfile ("soundfont", "",
SOUNDFONT_TEXT, SOUNDFONT_LONGTEXT, false)
add_float ("synth-gain", 0.8, GAIN_TEXT, GAIN_LONGTEXT, false)
add_float ("synth-gain", .5, GAIN_TEXT, GAIN_LONGTEXT, false)
change_float_range (0., 10.)
vlc_module_end ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment