[web-audio-api] Proper FFT / IFFT missing (#248)

I wonder why you didn't implemented a proper FFT and IFFT node for the Web Audio API. This would be definitively a great benefit for advanced audio processing within web browsers.. 
As far as I've understand the code, you are nearly there with the AnalyserNode which obviously conducts a FFT. But this node doesn't provide complex numbers as one would need for audio processing in frequency domain. Eventually, the possibility to transform the processed buffer back to the time domain with a proper IFFT would be also extremely helpful!

Any chance to implement this feature(s) in a future version?

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/248

Received on Tuesday, 8 October 2013 10:00:12 UTC