mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
small cleanup
This commit is contained in:
parent
1bdad89cbe
commit
60daaba525
2 changed files with 0 additions and 5 deletions
|
@ -58,8 +58,6 @@ void AudioNoiseGate::removeDCOffset(int16_t* samples, int numSamples) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
void AudioNoiseGate::gateSamples(int16_t* samples, int numSamples) {
|
void AudioNoiseGate::gateSamples(int16_t* samples, int numSamples) {
|
||||||
//
|
//
|
||||||
// Impose Noise Gate
|
// Impose Noise Gate
|
||||||
|
|
|
@ -24,10 +24,7 @@ public:
|
||||||
void removeDCOffset(int16_t* samples, int numSamples);
|
void removeDCOffset(int16_t* samples, int numSamples);
|
||||||
|
|
||||||
bool clippedInLastFrame() const { return _didClipInLastFrame; }
|
bool clippedInLastFrame() const { return _didClipInLastFrame; }
|
||||||
|
|
||||||
bool closedInLastFrame() const { return _closedInLastFrame; }
|
bool closedInLastFrame() const { return _closedInLastFrame; }
|
||||||
|
|
||||||
bool isOpen() const { return _isOpen; }
|
|
||||||
float getMeasuredFloor() const { return _measuredFloor; }
|
float getMeasuredFloor() const { return _measuredFloor; }
|
||||||
float getLastLoudness() const { return _lastLoudness; }
|
float getLastLoudness() const { return _lastLoudness; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue