Changeset 9771488 for src/pitchyin.h


Ignore:
Timestamp:
Mar 21, 2006, 7:05:23 PM (18 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:
d94f98b
Parents:
1d4fc4a
Message:

add interpolation to yin
add interpolation to yin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitchyin.h

    r1d4fc4a r9771488  
    3939uint_t aubio_pitchyin_getpitch(fvec_t *yinbuf);
    4040
    41 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yinbuf, smpl_t tol);
     41smpl_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yinbuf, smpl_t tol);
    4242
    4343#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.