- Timestamp:
- Feb 8, 2016, 6:05:50 PM (9 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:
- 7e80dc9
- Parents:
- 5bd806d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchmcomb.c
r5bd806d rfa74361 365 365 uint_t i, j; 366 366 uint_t spec_size; 367 p->spec_partition = 4;367 p->spec_partition = 2; 368 368 p->ncand = 5; 369 369 p->npartials = 5; … … 377 377 p->phasefreq = bufsize / hopsize / TWO_PI; 378 378 p->phasediff = TWO_PI * hopsize / bufsize; 379 spec_size = bufsize / p->spec_partition ;379 spec_size = bufsize / p->spec_partition + 1; 380 380 //p->pickerfn = quadpick; 381 381 //p->biquad = new_biquad(0.1600,0.3200,0.1600, -0.5949, 0.2348);
Note: See TracChangeset
for help on using the changeset viewer.