sevagh / pitch-detection

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

YIN FFT #47

Closed sevagh closed 5 years ago

sevagh commented 5 years ago

YIN paper mentions how to use autocorrelation to approximate the distance function.

sevagh commented 5 years ago

https://github.com/sevagh/pitch-detection/tree/yinfft

sevagh commented 5 years ago

It's hard: github.com/sevagh/yin I tried some #pragma omp on the nested for loop in YIN and some tests started failing.

sevagh commented 5 years ago

Went back to the paper rather than copying other code.