Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 534 Bytes

Pitch detection

Tune your guitar.

See demo based on html5 using getUserMedia and AnalyzerNode

How to use

  • clone
  • serve src folder via https. You may use node app.js which will serve the src files over http but for localhost

How it works

  • Finds onset (starting of a note)
  • Then attempt to find pitch using yin and fft.js (respectively from repo pitchfinder and fft.js)