I'm working on a cross-mobile project that requires performant real-time FFT.
iOS is easy thanks to the vDSP FFT.
Android I cannot see a clear path. Best option I can see: dynamic-link to FFTW. But do I need to supply an FFTW dylib with the project? Or can I reasonably expect an android device to have that library?