Closed davidgovea closed 13 years ago
Sorry for the trouble. :)
Your test cases make mine pale in comparison. :D
glad you like em.. I'm putting together a more flexible test page where you can view time/frequency domains, apply effects, and play back the signal. Eventually want to be able to generate filter response bode plots as well
Sounds good! I've been thinking of including the frequency response plots for the filters as well. Maybe a general purpose testing template could be nice.
Fixed a bug in #20 in the BiquadFilter.reset method..
self.inputs = self.outputs = [0,0]
wasn't producing expected resultsAdded new BandPass filter & updated test page with 2 BPF tests