- Timestamp:
- Oct 2, 2009, 1:11:37 AM (15 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:
- 5c4ec3c
- Parents:
- 1e2c82f
- Location:
- src/pitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchyin.c
r1e2c82f r2f64b0e 110 110 } 111 111 } 112 return vec_quadint(yin, vec_min_elem(yin),1);112 return vec_quadint(yin,fvec_min_elem(yin),1); 113 113 //return 0; 114 114 } -
src/pitch/pitchyinfft.c
r1e2c82f r2f64b0e 120 120 yin->data[0][tau] *= tau/tmp; 121 121 } 122 tau = vec_min_elem(yin);122 tau = fvec_min_elem(yin); 123 123 if (yin->data[0][tau] < tol) { 124 124 /* no interpolation */
Note: See TracChangeset
for help on using the changeset viewer.