mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
comment out debug
This commit is contained in:
parent
be7d1a5723
commit
595eb38c72
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ void Audio::handleAudioInput() {
|
|||
averageOfAllSampleFrames /= NUMBER_OF_NOISE_SAMPLE_FRAMES;
|
||||
_noiseGateMeasuredFloor = smallestSample;
|
||||
_noiseGateSampleCounter = 0;
|
||||
qDebug("smallest sample = %.1f, avg of all = %.1f", _noiseGateMeasuredFloor, averageOfAllSampleFrames);
|
||||
//qDebug("smallest sample = %.1f, avg of all = %.1f", _noiseGateMeasuredFloor, averageOfAllSampleFrames);
|
||||
}
|
||||
|
||||
if (_noiseGateEnabled) {
|
||||
|
|
Loading…
Reference in a new issue