Changeset 23a44c1 for swig


Ignore:
Timestamp:
May 22, 2005, 1:56:44 PM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
53e4682
Parents:
9cf2833
Message:

pitchyin.c update, adds fast version to swig/aubio.i
pitchyin.c update, adds fast version to swig/aubio.i

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r9cf2833 r23a44c1  
    169169void aubio_pitchyin_getcum(fvec_t *yin);
    170170uint_t aubio_pitchyin_getpitch(fvec_t *yin);
     171uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol);
    171172
    172173/* pitch schmitt */
Note: See TracChangeset for help on using the changeset viewer.