Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/colinsullivan/audiooncanvas
- Owner: colinsullivan
- License: mit
- Created: 2012-05-12T20:39:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-03T20:47:07.000Z (almost 12 years ago)
- Last Synced: 2024-10-18T09:28:34.136Z (27 days ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)