Hi everyone,
I am currently trying to port my AAC decoder from floating-point to fixed-point and found this nice library to implement the iFFT.
It's working great with my fixed-point implementation but there is one thing that bothers me a little.
Even if you define "FIXED_POINT 32", it seems to me that the code in "kiss_fft_alloc" (kiss_fft.c, line 350) is not...
2009-04-23 10:43:54 UTC in Kiss FFT