sevagh / pitch-detection

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

Call to libxcorr is broken #12

Closed sevagh closed 7 years ago

sevagh commented 7 years ago

I just changed libxcorr to stop exposing the xcorr function (now you must explicitly use xcorr_fftw or xcorr_timedomain).

This needs to be adjusted here.

sevagh commented 7 years ago

Fixed with df2f6d40d2a8bcb23755227e153740efd1ede750