You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Gamma dsp library has a biquad filter that uses the direct form II implementation. The problem is that this often pops and cracks when parameters are changed mid-stream. The direct form I should be more resilient to this.
I should probably be made as a separate struct in the util/dsp folder.
The text was updated successfully, but these errors were encountered:
Hi, I have a Software Methodology class that requires me to contribute to two open-source projects. I am interested in this issue. I saw that the issue was opened in 2019, but there is no update and it still uses Direct Form 2 (BiquadSoftReset.hpp)
Can I contribute if you are looking to implement a direct Form 1 biquad filter?
The Gamma dsp library has a biquad filter that uses the direct form II implementation. The problem is that this often pops and cracks when parameters are changed mid-stream. The direct form I should be more resilient to this.
I should probably be made as a separate struct in the util/dsp folder.
The text was updated successfully, but these errors were encountered: