mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:03:12 +02:00
Remove 'updating reverb' logspam
This commit is contained in:
parent
5cb5b704cf
commit
44500889f8
1 changed files with 0 additions and 1 deletions
|
@ -954,7 +954,6 @@ void AudioClient::processReceivedSamples(const QByteArray& decodedBuffer, QByteA
|
||||||
if (hasReverb) {
|
if (hasReverb) {
|
||||||
assert(_outputFormat.channelCount() == 2);
|
assert(_outputFormat.channelCount() == 2);
|
||||||
updateReverbOptions();
|
updateReverbOptions();
|
||||||
qDebug() << "handling reverb";
|
|
||||||
_listenerReverb.render(outputSamples, outputSamples, numDeviceOutputSamples/2);
|
_listenerReverb.render(outputSamples, outputSamples, numDeviceOutputSamples/2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue