mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 18:58:37 +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;
|
averageOfAllSampleFrames /= NUMBER_OF_NOISE_SAMPLE_FRAMES;
|
||||||
_noiseGateMeasuredFloor = smallestSample;
|
_noiseGateMeasuredFloor = smallestSample;
|
||||||
_noiseGateSampleCounter = 0;
|
_noiseGateSampleCounter = 0;
|
||||||
qDebug("smallest sample = %.1f, avg of all = %.1f", _noiseGateMeasuredFloor, averageOfAllSampleFrames);
|
//qDebug("smallest sample = %.1f, avg of all = %.1f", _noiseGateMeasuredFloor, averageOfAllSampleFrames);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_noiseGateEnabled) {
|
if (_noiseGateEnabled) {
|
||||||
|
|
Loading…
Reference in a new issue