Changeset 33bf500 for src/pitchyin.c


Ignore:
Timestamp:
Nov 30, 2004, 11:37:55 PM (20 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

File:
1 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        {
Note: See TracChangeset for help on using the changeset viewer.