caisq / spectrogram.js

Spectrogram using canvas, WebRTC, and the Web Audio API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas based spectrogram using WebRTC and the Web Audio API.

  • Currently only works in Chrome.

** Microphone access is not allowed if you run the spectrogram.html with a file:// prefix.

To run:

python -m SimpleHTTPServer

open http://127.0.0.1:8000/spectrogram.html

About

Spectrogram using canvas, WebRTC, and the Web Audio API.

License:Other


Languages

Language:JavaScript 90.5%Language:HTML 9.5%