Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloomca/equalizer
SoundCloud music player with equalizer
https://github.com/bloomca/equalizer
cycle equalizer filter javascript soundcloud spectrogram webaudio
Last synced: 3 months ago
JSON representation
SoundCloud music player with equalizer
- Host: GitHub
- URL: https://github.com/bloomca/equalizer
- Owner: Bloomca
- Created: 2014-12-06T10:30:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T01:36:34.000Z (about 7 years ago)
- Last Synced: 2024-11-01T12:35:52.604Z (3 months ago)
- Topics: cycle, equalizer, filter, javascript, soundcloud, spectrogram, webaudio
- Language: JavaScript
- Homepage: http://bloomca.github.io/equalizer/
- Size: 567 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Equalizer in js
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[http://bloomca.github.io/equalizer/](http://bloomca.github.io/equalizer/)
Audioplayer with equalizer, streaming music from SoundCloud. Equalizer uses [BiquadFilter](https://developer.mozilla.org/en/docs/Web/API/BiquadFilterNode)) – 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](https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode/type).
![Screenshot](https://raw.githubusercontent.com/cyclejs-community/built-with-cycle/master/data/images/equalizer.png)
## Technologies
- [cycle.js](http://cycle.js.org/)
- [xstreams](https://github.com/staltz/xstream)
- [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)
- [webpack](https://webpack.js.org/)Tracks from SoundCloud are filtered by [CC BY-SA license](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
## Run
```shell
npm install
npm start # start a development server
npm build # build a production code
```# License
MIT