Awesome
Equalizer in js
http://bloomca.github.io/equalizer/
Audioplayer with equalizer, streaming music from SoundCloud. Equalizer uses BiquadFilter) – I use lowshelf/highshelf for filtering at the ends of the range, and peaking type filters in between. You can read about all available types in the MDN docs.
Technologies
Tracks from SoundCloud are filtered by CC BY-SA license.
Run
npm install
npm start # start a development server
npm build # build a production code
License
MIT