- Timestamp:
- Mar 21, 2006, 11:27:13 PM (19 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:
- 6610143
- Parents:
- d94f98b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchyin.c
rd94f98b re4f7779 107 107 if(tau > 4 && (yin->data[c][period] < tol) && 108 108 (yin->data[c][period] < yin->data[c][period+1])) { 109 return vec_quadint_min(yin,period,1) -1;109 return vec_quadint_min(yin,period,1); 110 110 } 111 111 }
Note: See TracChangeset
for help on using the changeset viewer.