web-audio-api-rs
web-audio-api-rs copied to clipboard
Add ConvolverNode
trafficstars
https://webaudio.github.io/web-audio-api/#ConvolverNode
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.
Let's start simple
Hi @Jerboas86, you are still assigned this issue. Are you interested in publishing your direct form implementation?
To be continued with #220