mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 05:48:39 +02:00
less loud generated noise
Prevents the audio mixer from muting you because of too much noise
This commit is contained in:
parent
5f9d7a00fa
commit
62d3b39c25
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue