Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattdesl/spectrum
a small tool to visualize the frequencies of an audio file
https://github.com/mattdesl/spectrum
Last synced: about 2 months ago
JSON representation
a small tool to visualize the frequencies of an audio file
- Host: GitHub
- URL: https://github.com/mattdesl/spectrum
- Owner: mattdesl
- License: mit
- Created: 2016-10-24T13:48:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T02:15:35.000Z (about 8 years ago)
- Last Synced: 2024-10-17T16:47:38.782Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://spectrum.surge.sh/
- Size: 162 KB
- Stars: 104
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spectrum
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)
A small web app that shows the frequencies in real-time of a MP3/OGG file. Modelled after Ableton Live's Spectrum effect.
#### [https://spectrum.surge.sh](http://spectrum.surge.sh/)
![screenshot](./screenshot.png)
## Usage
To build from source:
```sh
git clone https://github.com/mattdesl/spectrum.git
cd spectrum
npm install
npm run start
```## License
MIT, see [LICENSE.md](http://github.com/mattdesl/spectrum/blob/master/LICENSE.md) for details.