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

Adding biquad filtering to Signal #145

Open
linclelinkpart5 opened this issue Jan 2, 2021 · 0 comments · May be fixed by #148
Open

Adding biquad filtering to Signal #145

linclelinkpart5 opened this issue Jan 2, 2021 · 0 comments · May be fixed by #148

Comments

@linclelinkpart5
Copy link
Contributor

I'm working on a project that involves using biquad filtering on an audio signal. Right now I'm doing it by hand manually using map, but I was wondering if it would be helpful to have this be a first-class method on Signal? Perhaps a Signal::biquad(b0, b1, b2, a1, a2) that produces a new Signal?

@linclelinkpart5 linclelinkpart5 linked a pull request Jan 15, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant