alesgenova / pitch-detection

A collection of algorithms to determine the pitch of a sound sample.
MIT License
231 stars 27 forks source link

feature request: add tweaks from Helmholtz #25

Open magnetophon opened 2 years ago

magnetophon commented 2 years ago

Before using this crate, I was using a puredata external called Helmholtz.

It also uses McLeod's detector but adds some nice twists: (see above link for detailed explanation):

These seem to improve the quality of the result quite a lot. Would it be possible to add those to pitch-detection?