/webchord

Real-time chord detection in the browser :musical_note:

Primary LanguageJavaScript

webchord

Real-time chord detection in the browser 🎵

  1. Get frequency data using AnalyserNode
  2. Plot frequency data
  3. Average frequency data over time ⌚
  4. Compare with template
  5. Profit 💰

Live demo powered by Glitch: https://webchord.glitch.me

Disclaimer

Chord detection is as naive as it can be, algorithm is subject to improvement.