Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.