Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffts integration? #17

Open
sinedied opened this issue Feb 11, 2017 · 1 comment
Open

ffts integration? #17

sinedied opened this issue Feb 11, 2017 · 1 comment

Comments

@sinedied
Copy link

sinedied commented Feb 11, 2017

This library https://github.com/anthonix/ffts seems to outperform all other FFT implementations out there, with a permissive BSD license. It could be a better replacement for FFTW, and is works very well with iOS/Android too.

Check out FFTS. It has a permissive BSD license, and it is faster than FFTW, IPP, KissFFT, Apple vDSP etc on ARM and x86.

@kylemcdonald
Copy link
Owner

i like that idea! unfortunately the strength of ofxFft at the moment is that it's somewhat cross-platform, so it might take a while to prepare ffts integration for testing on all platforms. but it would be very welcome.

there's something to be said for having a source-only implementation like KISS in there, but i like the idea of replacing FFTW with a more permissively licensed fast fft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants