mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #8246 from highfidelity/jherico-patch-1
Remove 'handling reverb' logspam
This commit is contained in:
commit
a544557577
1 changed files with 0 additions and 1 deletions
|
@ -954,7 +954,6 @@ void AudioClient::processReceivedSamples(const QByteArray& decodedBuffer, QByteA
|
|||
if (hasReverb) {
|
||||
assert(_outputFormat.channelCount() == 2);
|
||||
updateReverbOptions();
|
||||
qDebug() << "handling reverb";
|
||||
_listenerReverb.render(outputSamples, outputSamples, numDeviceOutputSamples/2);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue