Ignore:
Timestamp:
Oct 7, 2009, 7:33:51 PM (15 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:
e5e693e
Parents:
1b88289
Message:

src/pitch/: change all _detect prototypes to _do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchfcomb.c

    r1b88289 r1294862  
    5959
    6060/* input must be stepsize long */
    61 smpl_t aubio_pitchfcomb_detect (aubio_pitchfcomb_t * p, fvec_t * input)
     61smpl_t aubio_pitchfcomb_do (aubio_pitchfcomb_t * p, fvec_t * input)
    6262{
    6363  uint_t k, l, maxharm = 0;
Note: See TracChangeset for help on using the changeset viewer.