Changeset f84cea7


Ignore:
Timestamp:
Apr 8, 2013, 5:20:19 PM (11 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:
dc7f2cc
Parents:
69d642a
Message:

src/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchmcomb.c

    r69d642a rf84cea7  
    294294      count += ispeak;
    295295      spectral_peaks[count - 1].bin = j;
    296       spectral_peaks[count - 1].ebin = fvec_quadint (X, j) - 1.;
     296      spectral_peaks[count - 1].ebin = fvec_quadratic_peak_pos (X, j);
    297297    }
    298298  }
Note: See TracChangeset for help on using the changeset viewer.