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

I completely understand that you cannot implement every feature request, but don't you think that a FFT / IFFT is a very basic and important tool for audio processing? At least from my perspective as someone who wants to implement some advanced audio processing in web browsers for fancy web applications, this is an important feature missing in your toolbox.

Of course, I could also use the ScriptProcessorNode to apply a FFT and IFFT (I'm doing this actually by using https://github.com/corbanbrook/dsp.js/) but I'm having (still) some problems which make it a hackish workaround from my feeling.

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

Received on Tuesday, 8 October 2013 12:05:23 UTC