Skip to content

Commit

Permalink
dsFluidSynth: Increase synthesizer output gain
Browse files Browse the repository at this point in the history
The default maximum gain level of FluidSynth is a little bit
too low compared to the sound effects.
  • Loading branch information
skyjake committed Jul 26, 2012
1 parent 914cc02 commit 505762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/plugins/fluidsynth/src/driver_fluidsynth.cpp
Expand Up @@ -52,9 +52,9 @@ int DS_Init(void)
return true; // Already initialized.
}

// Set up a reasonable configuration.
fsConfig = new_fluid_settings();

// TODO: configure fluidsynth
fluid_settings_setnum(fsConfig, "synth.gain", 0.4);

// Create the synthesizer.
fsSynth = new_fluid_synth(fsConfig);
Expand Down

0 comments on commit 505762d

Please sign in to comment.