- Timestamp:
- Jun 3, 2006, 5:14:44 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:
- 98893c5
- Parents:
- 0b9e1da5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchfcomb.c
r0b9e1da5 rb33e355 111 111 if (peaks[0].freq / peaks[l].freq < harmonic+.02 && 112 112 peaks[0].freq / peaks[l].freq > harmonic-.02) { 113 if (harmonic > maxharm &&113 if (harmonic > (sint_t)maxharm && 114 114 peaks[0].db < peaks[l].db/2) { 115 115 maxharm = harmonic;
Note: See TracChangeset
for help on using the changeset viewer.