mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 00:23:33 +02:00
remove AudioNoiseGate destructor
This commit is contained in:
parent
d83718fe8d
commit
9491b8230b
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ const int NUMBER_OF_NOISE_SAMPLE_FRAMES = 300;
|
|||
class AudioNoiseGate {
|
||||
public:
|
||||
AudioNoiseGate();
|
||||
~AudioNoiseGate();
|
||||
|
||||
void gateSamples(int16_t* samples, int numSamples);
|
||||
|
||||
|
|
Loading…
Reference in a new issue