Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ConvolverNode #21

Closed
orottier opened this issue Sep 30, 2021 · 4 comments
Closed

Add ConvolverNode #21

orottier opened this issue Sep 30, 2021 · 4 comments
Assignees

Comments

@orottier
Copy link
Owner

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

@Jerboas86
Copy link
Contributor

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.

@orottier
Copy link
Owner Author

orottier commented Oct 6, 2021

Let's start simple

@orottier
Copy link
Owner Author

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

@orottier
Copy link
Owner Author

orottier commented Sep 9, 2022

To be continued with #220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants