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.git
python setup.py build
sudo python setup.py install
pitch_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.