[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:29:29 CEST 2012
vlc/vlc-2.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 27 20:28:01 2012 +0300| [525b63fc229583a0a934496f5e47056e0158e03b] | committer: 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
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=525b63fc229583a0a934496f5e47056e0158e03b
---
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 f6317ab..363a64f 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -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 ()
More information about the vlc-commits
mailing list