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:
parent
c82dcf6c67
commit
6bc004c311
1 changed files with 3 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Reference in a new issue