Changeset 23a44c1
- Timestamp:
- May 22, 2005, 1:56:44 PM (20 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:
- 53e4682
- Parents:
- 9cf2833
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchyin.c
r9cf2833 r23a44c1 83 83 tau++; 84 84 } while (tau<yin->length); 85 AUBIO_DBG("No pitch found");85 //AUBIO_DBG("No pitch found"); 86 86 return 0; 87 87 } -
swig/aubio.i
r9cf2833 r23a44c1 169 169 void aubio_pitchyin_getcum(fvec_t *yin); 170 170 uint_t aubio_pitchyin_getpitch(fvec_t *yin); 171 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol); 171 172 172 173 /* pitch schmitt */
Note: See TracChangeset
for help on using the changeset viewer.