mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:14:28 +02:00
make self-reverb depend on wetDryMix
This commit is contained in:
parent
063891d65e
commit
a51cc9d12a
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ void AudioClient::configureReverb() {
|
||||||
p.wetDryMix = 100.0f;
|
p.wetDryMix = 100.0f;
|
||||||
p.preDelay = 0.0f;
|
p.preDelay = 0.0f;
|
||||||
p.earlyGain = -96.0f; // disable ER
|
p.earlyGain = -96.0f; // disable ER
|
||||||
p.lateGain -= 12.0f; // quieter than listener reverb
|
p.lateGain += _reverbOptions->getWetDryMix() * (24.0f/100.0f) - 24.0f; // -0dB to -24dB, based on wetDryMix
|
||||||
p.lateMixLeft = 0.0f;
|
p.lateMixLeft = 0.0f;
|
||||||
p.lateMixRight = 0.0f;
|
p.lateMixRight = 0.0f;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue