cwilso / PitchDetect

Pitch detection in Web Audio using autocorrelation
https://cwilso.github.io/PitchDetect/
MIT License
1.31k stars 440 forks source link

Extract Pitch Detection into stand-alone module (+ enhance GUI) #8

Open markmarijnissen opened 9 years ago

markmarijnissen commented 9 years ago

Hi Chris,

I've extracted the logic into a standalone module. If you are familiar with NPM, you should be able to register this module using npm register. Then we can all npm install the module and use it with webpack and browserify!

I'm willing to publish to NPM, if you want.

Also, I've enhanced the GUI. The wave display didn't help me much in understanding what was going on. Check it out at http://lab.madebymark.nl/pitch-detector/example/

cheers

Mark

dagjomar commented 8 years ago

Great job, @markmarijnissen! I was just about to do this myself when I saw that someone had already done this! :+1:

700software commented 8 years ago

It would be great for this to be merged. :+1: :smile: