diff --git a/src/minidexed.cpp b/src/minidexed.cpp index c434c0a..d331792 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -124,6 +124,8 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt, } #endif + setMasterVolume(1.0); + // BEGIN setup tg_mixer tg_mixer = new AudioStereoMixer(pConfig->GetChunkSize()/2); // END setup tgmixer