- Timestamp:
- Apr 8, 2013, 5:20:19 PM (12 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:
- dc7f2cc
- Parents:
- 69d642a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchmcomb.c
r69d642a rf84cea7 294 294 count += ispeak; 295 295 spectral_peaks[count - 1].bin = j; 296 spectral_peaks[count - 1].ebin = fvec_quad int (X, j) - 1.;296 spectral_peaks[count - 1].ebin = fvec_quadratic_peak_pos (X, j); 297 297 } 298 298 }
Note: See TracChangeset
for help on using the changeset viewer.