@dipscope/pitch-detector
v1.0.0
Published
Collection of pitch detection algorithms for TypeScript and JavaScript, tailored for music projects.
Downloads
8
Maintainers
Readme
PitchDetector.TS
This library provides a collection of algorithms to estimate the pitch or fundamental frequency of a signal, typically a digital recording of speech or a musical note. The library currently includes AMDF
, ASDF
, and YIN
algorithms, all implementing a common interface for ease of use and configuration. These are the currently implemented algorithms, and there might be more added in the future.