Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/colinsullivan/audiooncanvas

Render audio waveforms (and eventually spectrograms) in a HTML5 canvas element using the Web Audio API.
https://github.com/colinsullivan/audiooncanvas

Last synced: 17 days ago
JSON representation

Render audio waveforms (and eventually spectrograms) in a HTML5 canvas element using the Web Audio API.

Awesome Lists containing this project

README

        

audioOnCanvas
=============

Render audio waveforms (and eventually spectrograms) in a HTML5 canvas element using the Web Audio API.

## Examples:

```bash
cd audioOnCanvas/
http-server .
```

Visit [http://localhost:8080/examples/simple](http://localhost:8080/examples/simple):

![simple-screenshot](https://github.com/colinsullivan/audioOnCanvas/raw/master/examples/simple-screenshot.png)