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.