audio: disable stereo voice reverberation
This commit is contained in:
parent
45e2867877
commit
ecc1857879
@ -561,6 +561,7 @@ namespace audio {
|
||||
float right = value * dryGain + wet.r * wetGain;
|
||||
mix[0 ^ ch] += left;
|
||||
mix[1 ^ ch] += right;
|
||||
break;
|
||||
}
|
||||
|
||||
for (int ch = 0; ch < channels; ch++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user