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

Just a brief comment: Of course I meant that the current version of the API wasn't meant to cover every need. I think that's a good thing (first-things-first principle).

Also, I think that FFT/IFFT is a very useful tool in audio processing, but as pointed out in a previous comment, I don't really see how you'd treat the frequency domain signal in a sane way in the node graph. I think you'd want to either use the data in a ScriptProcessor, or we'd probably have to re-think the node graph functionality so that it could support frequency domain signals in a transparent way. Or are there any other ideas of how it could be integrated into the API?

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

Received on Wednesday, 9 October 2013 11:32:02 UTC