1.0.5 • Published 8 years ago

chord_detector v1.0.5

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

Chord Detector

Detect what chords are being played in an AudioBuffer in the browser's AudioContext. Also exposes a Chromagram that will show you what notes are being played.

This is a javascript wrapper that uses Emscripten to wrap Adam Stark's Chord-Detector-and-Chromagram

Building

git submodule update --init # pull in Chord-Detector-and-Chromagram
npm run build # requires emscripten's emcc to be on your path

Demo

Demo where you can play different sound clips of a chord and see what is detected.

Projects Built On This

Let me know if you build something on this, and I will list it here.