* Share dblbuf with FFT object to avoid a copy; fix reset(); add spectral
difference audio curve; some tidying; add FLOAT_ONLY FFT option
This commit is contained in:
@@ -32,9 +32,6 @@ public:
|
||||
|
||||
virtual float process(float *mag, size_t increment);
|
||||
virtual void reset();
|
||||
|
||||
protected:
|
||||
double *m_prevMag;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user