Changeset 8d84c0b
- Timestamp:
- Aug 9, 2005, 2:19:30 AM (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:
- c73268a
- Parents:
- b8976d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitchfcomb.c
rb8976d6 r8d84c0b 120 120 } 121 121 } 122 /* quick hack to clean output a bit */ 123 if (peaks[k].freq > 10000) return 0.; 122 124 return peaks[k].freq; 123 125 }
Note: See TracChangeset
for help on using the changeset viewer.