alemangui / pizzicato

Library to simplify the way you create and manipulate sounds with the Web Audio API.
https://alemangui.github.io/pizzicato/
MIT License
1.67k stars 132 forks source link

Adding a Three Band Equalizer #164

Open theyyg opened 2 years ago

theyyg commented 2 years ago

This PR uses the HTML5 biquad filter to add a Three-Band Equalizer to Pizzacato.

The three band equalizer provides low, mid, and high band frequency ranges. Bands are configured using two control frequencies which mark the transition from low to middle and middle to high. Each band has independent control of the gain and Q-factor, called peak.

SharkPool-SP commented 3 months ago

this is awesome. I love it, is it possible to do bitcrusher?