A python binding to the yin algorithm, a well-established autocorrelation based pitch algorithm.
Read a paper on Yin
git clone https://github.com/cbrown1/pyin.gitpython setup.py build
sudo python setup.py installpitch_track = get_pitch(sig, fs)-
Alain de Cheveigne, Hideki Kawahara - Original Yin algorithm
-
Ashok Fernandez - C code
-
Christopher Brown - The python wrapper
This project is licensed under the GPLv3 - see the LICENSE.md file for details.