Skip to content

ymmtmdk/pitch-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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());

About

musical pitch detector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published