mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:17:01 +02:00
rm injectors from mixed audio processing
This commit is contained in:
parent
03851d4188
commit
ebe96f9b25
1 changed files with 0 additions and 5 deletions
|
@ -1177,11 +1177,6 @@ void AudioClient::processReceivedSamples(const QByteArray& decodedBuffer, QByteA
|
||||||
_mixBuffer[i] = (float)decodedSamples[i] * (1/32768.0f);
|
_mixBuffer[i] = (float)decodedSamples[i] * (1/32768.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
// mix in active injectors
|
|
||||||
if (getActiveLocalAudioInjectors().size() > 0) {
|
|
||||||
mixLocalAudioInjectors(_mixBuffer);
|
|
||||||
}
|
|
||||||
|
|
||||||
// apply stereo reverb
|
// apply stereo reverb
|
||||||
bool hasReverb = _reverb || _receivedAudioStream.hasReverb();
|
bool hasReverb = _reverb || _receivedAudioStream.hasReverb();
|
||||||
if (hasReverb) {
|
if (hasReverb) {
|
||||||
|
|
Loading…
Reference in a new issue