Skip to content

Commit 3da033c

Browse files
author
james.k.crook@gmail.com
committed
Andrew Hallendorff's multithreaded Equalization effect.
1 parent 22019c4 commit 3da033c

7 files changed

+4021
-1288
lines changed

src/RealFFTf.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ HFFT InitializeFFT(int fftlen)
105105
for(i=0;i<32;i++)
106106
if((1<<i)&fftlen)
107107
h->pow2Bits=i;
108-
InitializeFFT1x(fftlen);
109108
#endif
110109

111110
return h;

0 commit comments

Comments
 (0)