* Separate out analysis and synthesis window sizes from FFT size.
This is an internal change only, so far -- results should be unchanged from 1.5.0.
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
};
|
||||
virtual void setType(Type);
|
||||
|
||||
virtual void setWindowSize(int newSize);
|
||||
virtual void setFftSize(int newSize);
|
||||
|
||||
virtual float processFloat(const float *R__ mag, int increment);
|
||||
virtual double processDouble(const double *R__ mag, int increment);
|
||||
|
||||
Reference in New Issue
Block a user