Monophonic Pitch Tracking includes A Robust Algorithm for Pitch Tracking (RAPT) and Yet Another Algorithm for Pitch Tracking (YAAPT) algorithms source code. Rewrite RAPT for practice in src diretory.
URL.md
contains micellaneous monophonic pitch tracking algorithms resourcesfxrapt
contains source code of RAPTyaapt
contains source code of YAAPTresources
includes all compressed files for downloadEvaluation Code
includes Audio Melody Extration evaluation code based on Music Information Retrieval Evaluation eXchange (MIREX) metricssrc
contains my effort to rewrite RAPT
- RAPT
- YAAPT
- [SAcC] (http://labrosa.ee.columbia.edu/projects/SAcC/)
- [YIN] (https://github.com/JorenSix/TarsosDSP/blob/master/src/core/be/tarsos/dsp/pitch/Yin.java)
- mir-1k dataset
- Peak detection using parabolic interpolation
- Fork
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
A spectral/temporal method for robust fundamental frequency tracking
Stephen A. Zahorian, Hongbing Hu
The Journal of the Acoustical Society of America, 123, 4559-4571
A Robust Algorithm For Pitch Tracking
D. Talkin
Speech Coding and Synthesis, pp-495-518, 1995
Enmao Diao