Fixed FFT
This commit is contained in:
parent
2e266fe038
commit
d0e8eb0d5e
3 changed files with 36 additions and 41 deletions
|
|
@ -8,9 +8,9 @@ class FFT {
|
|||
public:
|
||||
FFT();
|
||||
~FFT();
|
||||
void process(stereoSample *frame);
|
||||
void process(stereoSample *frame, double d);
|
||||
outputSample *getData();
|
||||
bool prepareInput(stereoSample *buffer, uint32_t sampleSize);
|
||||
bool prepareInput(stereoSample *buffer, uint32_t sampleSize, double scale);
|
||||
protected:
|
||||
double *m_fftwInputLeft{};
|
||||
double *m_fftwInputRight{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue