Changeset 23a44c1


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/pitchyin.c

    r9cf2833 r23a44c1  
    8383                tau++;
    8484        } while (tau<yin->length);
    85         AUBIO_DBG("No pitch found");
     85        //AUBIO_DBG("No pitch found");
    8686        return 0;
    8787}
  • 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.