You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering Tonic for a new project and I'd like to know if there is a recommended way to perform the FFT and IFFT algorythms using Tonic. I'm aware of the existance of KissFFT and FFTW which could be integrated in the project, but, Is there a FFT and IFFT library already integrated with tonic somewhere (I can't find it in this repo or the ofxTonic repo)?
The text was updated successfully, but these errors were encountered:
There's no built-in support for fft. If I were doing it, I'd wrap some
other library in a Tonic generator.
On Sat, Nov 21, 2015 at 4:46 PM, Rafael Vega [email protected]
wrote:
I'm considering Tonic for a new project and I'd like to know if there is a
recommended way to perform the FFT and IFFT algorythms using Tonic. I'm
aware of the existance of KissFFT and FFTW which could be integrated in the
project, but, Is there a FFT and IFFT library already integrated with tonic
somewhere (I can't find it in this repo or the ofxTonic repo)?
—
Reply to this email directly or view it on GitHub #269.
Morgan Packard
cell: (720) 891-0122
twitter: @morganpackard
I'm considering Tonic for a new project and I'd like to know if there is a recommended way to perform the FFT and IFFT algorythms using Tonic. I'm aware of the existance of KissFFT and FFTW which could be integrated in the project, but, Is there a FFT and IFFT library already integrated with tonic somewhere (I can't find it in this repo or the ofxTonic repo)?
The text was updated successfully, but these errors were encountered: