Displaying 2 results from an estimated 2 matches for "f46859ed".
2008 May 27
1
FFTW3 for libspeexdsp
...t also zeroes 
the imaginary of the nyquist element; it works without it, but it's 
recommended to do.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: speex-fftw3-fix.diff
Url: http://lists.xiph.org/pipermail/speex-dev/attachments/20080527/f46859ed/attachment.txt
2008 May 25
3
FFTW3 for libspeexdsp
Hi,
Attached is a patch which enables FFTW3 to be used by libspeexdsp. Using 
SSE, the FFT code is more than twice as fast, and it's 50% faster even 
without SSE. To enable the library, you'll need to call configure with 
'--with-gpl-fftw3'.
Based on the benchmarking we did, this also changes the default FFT to 
smallft for floating point implementations when not using FFTW3.