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

On Mon, Oct 14, 2013 at 8:48 PM, Jean-Marc Valin
<notifications@github.com>wrote:

> The FFT is useful beyond just the use case of windowing and overlap-add.
> You can use an FFT to implement any kind of linear filtering operation
> (convolution) real fast, perform cross-correlations (e.g. periodicity
> searches), and do all kinds of frequency analysis. It's definitely (and by
> far) the most useful of all DSP operations you can include here.
>

The ConvolverNode can do convolution and cross-correlation for you.

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

Received on Tuesday, 15 October 2013 16:38:45 UTC