pitch-detector
v1.1.3
Published
musical pitch detector
Downloads
10
Readme
musical pitch detector
using 'McLeod Pitch Method' (http://miracle.otago.ac.nz/tartini/papers.html)
usage
import { Note, Pitcher } from 'pitch-detector';
const hz = Pitcher.pitch(wave, sampleRate);
const note = new Note(hz);
console.log(hz, note.name());