Closed sevagh closed 5 years ago
YIN paper mentions how to use autocorrelation to approximate the distance function.
https://github.com/sevagh/pitch-detection/tree/yinfft
It's hard: github.com/sevagh/yin I tried some #pragma omp on the nested for loop in YIN and some tests started failing.
#pragma omp
Went back to the paper rather than copying other code.
YIN paper mentions how to use autocorrelation to approximate the distance function.