sevagh / pitch-detection

autocorrelation-based O(NlogN) pitch detection
MIT License
577 stars 67 forks source link

Implement CREPE #67

Closed sevagh closed 5 years ago

sevagh commented 5 years ago

https://arxiv.org/abs/1802.06182

j-funk commented 5 years ago

This looks promising.

sevagh commented 5 years ago

I played around with CREPE in Python and I'm not sure I like it too much. In any case, it doesn't fit the "FFT + post-processing" pattern of the other algorithms here so it's unlikely I'll add it.