0.7.1 • Published 8 years ago

microphone-pitch v0.7.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

microphone-pitch.js

Simple javascript pitch detector with no external dependencies.

The core algorithm is taken from Chris Wilson's PitchDetect. You may also want to check out Mark Marijnissen's PitchDetect for more details on Chris' work.

Usage

See demo.html for an example that uses all of the API. A live version is available here.

The javascript file can be included directly in the browser (as in the demo), or can be used with Browserify or Webpack via installation with npm: npm install --save microphone-pitch.

Todo

  • Add test utilities
  • update demo page
  • host live demo page
  • check browser compatbility
  • modernize APIs used
  • investigate potential improvements to algorithm
0.7.1

8 years ago

0.7.0

8 years ago