korken89 / biquad-rs

A Rust library for digital second order IIR filtrers, also known as biquads
Apache License 2.0
50 stars 13 forks source link

Broken link in docs. #6

Closed a2aaron closed 3 years ago

a2aaron commented 3 years ago

On the docs page for biquad::coefficients, it says that the coefficient formulas used for the 2nd order filters are taken from the "Audio EQ Cookbook" and links http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt. However, this link does not work.

However, it looks like there exists this page: https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html. This page seems to have the same information as the one that the docs reference.