1
0
Fork 0

Lower default adlib volume with 2.5dB after measurements by James-F.

( https://www.vogons.org/viewtopic.php?f=46&t=49683 )

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4012
This commit is contained in:
Peter Veenstra 2017-05-08 17:20:37 +00:00
parent c82dcf6c67
commit 6bc004c311

View file

@ -706,7 +706,9 @@ Module::Module( Section* configuration ) : Module_base(configuration) {
ctrl.mixer = section->Get_bool("sbmixer");
mixerChan = mixerObject.Install(OPL_CallBack,rate,"FM");
mixerChan->SetScale( 2.0 );
//Used to be 2.0, which was measured to be too high. Exact value depends on card/clone.
mixerChan->SetScale( 1.5f );
if (oplemu == "fast") {
handler = new DBOPL::Handler();
} else if (oplemu == "compat") {