Ignore:
Timestamp:
Oct 8, 2009, 8:51:06 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:
05773a2c
Parents:
22d33e2
Message:

src/pitch/pitchdetection.{c,h}: clean and update prototypes, sync with latest pitch objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchdetection.h

    r22d33e2 r7a6cbbe  
    5959
    6060*/
    61 smpl_t aubio_pitchdetection_do (aubio_pitchdetection_t * p, fvec_t * ibuf);
     61void aubio_pitchdetection_do (aubio_pitchdetection_t * p, fvec_t * ibuf, fvec_t * obuf);
    6262
    6363/** change yin or yinfft tolerance threshold
     
    6666
    6767*/
    68 void aubio_pitchdetection_set_yinthresh(aubio_pitchdetection_t *p, smpl_t thres);
     68void aubio_pitchdetection_set_tolerance(aubio_pitchdetection_t *p, smpl_t tol);
    6969
    7070/** deletion of the pitch detection object
Note: See TracChangeset for help on using the changeset viewer.