less loud generated noise

Prevents the audio mixer from muting you because of too much noise
This commit is contained in:
Atlante45 2015-04-15 16:22:52 +02:00
parent 5f9d7a00fa
commit 62d3b39c25

View file

@ -493,7 +493,7 @@ void AudioClient::start() {
_sourceGain.initialize();
_noiseSource.initialize();
_toneSource.initialize();
_sourceGain.setParameters(0.25f, 0.0f);
_sourceGain.setParameters(0.05f, 0.0f);
_inputGain.setParameters(1.0f, 0.0f);
}