-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bugfix: Fix comb-filter effect on oversampled dry/wet; Fix link-in-out knob positioning; Fix oversampled filter artefacts #100
Conversation
vvvar
commented
Jul 30, 2023
•
edited
Loading
edited
- Link-in-Out knob position is fixed
- Now Dry/Wet could be used with any oversampling mode(fixed comb effect)
- Fixed incorrect filter behaviour when they could filter using incorrect sample rate(oversample mode only)
Explanation - since oversampling introduces delay it creates a comb filter effect. The solution is to move dry/wet right before/after clipping. |
Found a way how to make dry/wet work on the whole processing line with respect to the oversampling latency. Now "dry" signal is unprocessed audio and "wet" is everything PeakEater does to the signal. |