Hi
I would like to ask if someone has that object already compiled as an external, willing to share with us...
I try to make fft spectral multiplications using fft sizes greater than 65536 samples which isn't very efficient (in terms of CPU usage) using traditional fft algorithms... fftw would solve the problem (according to the benchmarks)... I've downloaded the object Mr Ben Saylor shared but I don't now how to deal with header files fftw3.h and partconv.h to extract the external one. One can find the code here: http://puredata.info/Members/bensaylor/partconv~-0.1.tar.gz/file_view
Thanks in advance...