web-audio-api-rs icon indicating copy to clipboard operation
web-audio-api-rs copied to clipboard

Add ConvolverNode

Open orottier opened this issue 4 years ago • 3 comments
trafficstars

https://webaudio.github.io/web-audio-api/#ConvolverNode

orottier avatar Sep 30 '21 06:09 orottier

I've got a direct form implementation ready for this one. But the state of the art is to mix direct form and FFT to obtain both good latency and computation efficiency. I can push a PR with the direct form alg or try to write the DF+FFT alg but it will require more time.

Jerboas86 avatar Sep 30 '21 07:09 Jerboas86

Let's start simple

orottier avatar Oct 06 '21 06:10 orottier

Hi @Jerboas86, you are still assigned this issue. Are you interested in publishing your direct form implementation?

orottier avatar Jan 29 '22 13:01 orottier

To be continued with #220

orottier avatar Sep 09 '22 17:09 orottier