项目作者: Bloomca

项目描述 :
SoundCloud music player with equalizer
高级语言: JavaScript
项目地址: git://github.com/Bloomca/equalizer.git
创建时间: 2014-12-06T10:30:02Z
项目社区:https://github.com/Bloomca/equalizer

开源协议:

下载


Equalizer in js

code style: prettier

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.

Screenshot

Technologies

Tracks from SoundCloud are filtered by CC BY-SA license.

Run

  1. npm install
  2. npm start # start a development server
  3. npm build # build a production code

License

MIT