Changeset fa74361 for src/pitch


Ignore:
Timestamp:
Feb 8, 2016, 6:05:50 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/pitch/pitchmcomb.c: scan across all spectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchmcomb.c

    r5bd806d rfa74361  
    365365  uint_t i, j;
    366366  uint_t spec_size;
    367   p->spec_partition = 4;
     367  p->spec_partition = 2;
    368368  p->ncand = 5;
    369369  p->npartials = 5;
     
    377377  p->phasefreq = bufsize / hopsize / TWO_PI;
    378378  p->phasediff = TWO_PI * hopsize / bufsize;
    379   spec_size = bufsize / p->spec_partition;
     379  spec_size = bufsize / p->spec_partition + 1;
    380380  //p->pickerfn = quadpick;
    381381  //p->biquad = new_biquad(0.1600,0.3200,0.1600, -0.5949, 0.2348);
Note: See TracChangeset for help on using the changeset viewer.