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

Fix broken link in biquad::coefficients. #7

Closed a2aaron closed 3 years ago

a2aaron commented 3 years ago

The previous link (http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt) appears to be dead. I've replaced it with this link: https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html which seems to have the same content.

This fixes #6.