mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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) {
|
||||
//
|
||||
// Impose Noise Gate
|
||||
|
|
|
@ -24,10 +24,7 @@ public:
|
|||
void removeDCOffset(int16_t* samples, int numSamples);
|
||||
|
||||
bool clippedInLastFrame() const { return _didClipInLastFrame; }
|
||||
|
||||
bool closedInLastFrame() const { return _closedInLastFrame; }
|
||||
|
||||
bool isOpen() const { return _isOpen; }
|
||||
float getMeasuredFloor() const { return _measuredFloor; }
|
||||
float getLastLoudness() const { return _lastLoudness; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue