jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

#20 bugfix and new Band-Pass Biquad Filter #22

Closed davidgovea closed 13 years ago

davidgovea commented 13 years ago

Fixed a bug in #20 in the BiquadFilter.reset method.. self.inputs = self.outputs = [0,0] wasn't producing expected results

Added new BandPass filter & updated test page with 2 BPF tests

jussi-kalliokoski commented 13 years ago

Sorry for the trouble. :)

jussi-kalliokoski commented 13 years ago

Your test cases make mine pale in comparison. :D

davidgovea commented 13 years ago

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

jussi-kalliokoski commented 13 years ago

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.