We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using sndfilter biquad filter as a chain of filters, i.e. combining lowshelf, peaking and highshelf filters.
In general, the equalizer should not over amplify the audio with the params I use.
I can see that you have ported Web Audio API biquad filter and the code is almost the same, but it results in completely different output.
GarageBand is just an example, we will get almost the same result with other tools.
Could you please confirm whether this behavior is expected or maybe it's a known issue?
Download drum-beat.wav
sndfilter drum-beat.wav filtered.wav lowshelf 250 1 20 sndfilter filtered.wav filtered.wav peaking 500 3 20
You can reproduce it only by using lowshelf or peaking, but it's more demonstrative when combining them too.
And also biquad filters affect only starting from around 1.3 seconds of the input audio. This is a separate issue BTW.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using sndfilter biquad filter as a chain of filters, i.e. combining lowshelf, peaking and highshelf filters.
In general, the equalizer should not over amplify the audio with the params I use.
I can see that you have ported Web Audio API biquad filter and the code is almost the same, but it results in completely different output.
GarageBand is just an example, we will get almost the same result with other tools.
Could you please confirm whether this behavior is expected or maybe it's a known issue?
How to reproduce
Download drum-beat.wav
You can reproduce it only by using lowshelf or peaking, but it's more demonstrative when combining them too.
And also biquad filters affect only starting from around 1.3 seconds of the input audio. This is a separate issue BTW.
The text was updated successfully, but these errors were encountered: