-
Notifications
You must be signed in to change notification settings - Fork 15
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
Release latest version onto crates.io? #15
Comments
Alright, I can make a release 👍 |
Released on crates.io 🎉 |
Constructing filters like this: DirectForm2Transposed::<f32>::new(
Coefficients::<f32>::from_params(
biquad::Type::BandPass,
sample_rate.hz(),
freq.hz(),
50.,
)
.unwrap(),
) It looks like bumping from 0.4.x -> 0.5.0 shifts the frequency response of my filters by a factor of ~4 (perhaps exactly 4) - is that expected? |
That's not expected. Unfortunately I do not have time to look into the issue, could you have a look at the diff to see if you see something weird? |
Yeah, I will dig into this soon-ish. Maybe a *2 and /2 got swapped or something |
I forked this library with the intention of making the types use
num_traits
, but it looks like this has already been done on git, and just not released yet. Any intention of releasing a new version with the latest changes?The text was updated successfully, but these errors were encountered: