- Timestamp:
- Aug 24, 2014, 7:24:07 PM (10 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 450b4b4
- Parents:
- acf2b9b4
- git-author:
- Paul Brossier <piem@piem.org> (03/25/14 17:47:57)
- git-committer:
- Paul Brossier <piem@piem.org> (08/24/14 19:24:07)
- Location:
- src/pitch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.h
racf2b9b4 rbb941e9 74 74 \b \p yin : YIN algorithm 75 75 76 This algorithm was develop ped by A. de Cheveigne and H. Kawahara and76 This algorithm was developed by A. de Cheveigne and H. Kawahara and 77 77 published in: 78 78 -
src/pitch/pitchyin.c
racf2b9b4 rbb941e9 19 19 */ 20 20 21 /* This algorithm was develop ped by A. de Cheveigné and H. Kawahara and21 /* This algorithm was developed by A. de Cheveigné and H. Kawahara and 22 22 * published in: 23 23 * -
src/pitch/pitchyin.h
racf2b9b4 rbb941e9 23 23 Pitch detection using the YIN algorithm 24 24 25 This algorithm was develop ped by A. de Cheveigne and H. Kawahara and25 This algorithm was developed by A. de Cheveigne and H. Kawahara and 26 26 published in: 27 27
Note: See TracChangeset
for help on using the changeset viewer.