Changeset 33bf500


Ignore:
Timestamp:
Nov 30, 2004, 11:37:55 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:
b49daf6
Parents:
09b082d
Message:

fixed pitchyin

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/pitchyin.c

    r09b082d r33bf500  
    8989
    9090/* all the above in one */
    91 void aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t * yin){
    92         uint_t c,j,tau;
    93         smpl_t tmp, tmp2;
     91uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t * yin){
     92        uint_t c,j,tau = 0;
     93        smpl_t tmp = 0, tmp2;
    9494        for (c=0;c<input->channels;c++)
    9595        {
  • src/pitchyin.h

    r09b082d r33bf500  
    3939uint_t aubio_pitchyin_getpitch(fvec_t *yin);
    4040
     41uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin);
     42
    4143#ifdef __cplusplus
    4244}
Note: See TracChangeset for help on using the changeset viewer.