Clamp the biquad filter gain value to 0.00001
commit75276a427e8913b52c2b14aee4b414b94b7a7f9b
authorChris Robinson <chris.kcat@gmail.com>
Sat, 28 Jan 2023 11:22:10 +0000 (28 03:22 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 28 Jan 2023 11:22:10 +0000 (28 03:22 -0800)
tree48f433ce9d06ae3cbe0f3c4f43ed48d9a822cc69
parent02ec1e12086c84015c98bd5fd166be6cccf29f5d
Clamp the biquad filter gain value to 0.00001

To actually prevent a potential divide-by-zero when the gain and reference
frequency are 0, instead of asserting.
core/filters/biquad.cpp