Changeset 30cbd419 for src


Ignore:
Timestamp:
Dec 3, 2004, 6:50:04 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:
b16b900
Parents:
02839ae
Message:
 
Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mathutils.h

    r02839ae r30cbd419  
    178178
    179179void vec_adapt_thres(fvec_t * vec, fvec_t * tmp,
    180     uint_t post, uint_t pre);
     180    uint_t win_post, uint_t win_pre);
    181181/**  adaptative thresholding
    182182 *
     
    199199 */
    200200smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp,
    201     uint_t post, uint_t pre, uint_t pos);
     201    uint_t win_post, uint_t win_pre, uint_t win_pos);
    202202
    203203/** returns the median of the vector
  • src/pitchyin.h

    r02839ae r30cbd419  
    3333#endif
    3434
    35 void aubio_pitchyin_diff(fvec_t * input, fvec_t * yin);
     35void aubio_pitchyin_diff(fvec_t * input, fvec_t * yinbuf);
    3636
    37 void aubio_pitchyin_getcum(fvec_t * yin);
     37void aubio_pitchyin_getcum(fvec_t * yinbuf);
    3838
    39 uint_t aubio_pitchyin_getpitch(fvec_t *yin);
     39uint_t aubio_pitchyin_getpitch(fvec_t *yinbuf);
    4040
    41 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin);
     41uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yinbuf);
    4242
    4343#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.