[vlc-commits] Fluidsynth: .8 gain is too high for many files, reduce to .5

Rémi Denis-Courmont git at videolan.org
Tue Mar 27 19:28:22 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 27 20:28:01 2012 +0300| [76c940130f875ff89838fdc654ce1a8029c17ce6] | committer: Rémi Denis-Courmont

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76c940130f875ff89838fdc654ce1a8029c17ce6
---

 modules/codec/fluidsynth.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 5d8f406..bd3a33e 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -74,7 +74,7 @@ vlc_module_begin ()
     add_loadfile ("soundfont", "",
                   SOUNDFONT_TEXT, SOUNDFONT_LONGTEXT, false)
     add_bool ("synth-chorus", true, CHORUS_TEXT, CHORUS_TEXT, 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.)
     add_integer ("synth-polyphony", 256,
                  POLYPHONY_TEXT, POLYPHONY_LONGTEXT, false)



More information about the vlc-commits mailing list