Changeset f698997


Ignore:
Timestamp:
Sep 12, 2009, 12:13:42 AM (15 years ago)
Author:
Paul Brossier <piem@piem.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:
0482e76
Parents:
fbe2cd2
Message:

swig/aubio.i: update prototype of vec_quadint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rfbe2cd2 rf698997  
    146146smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos);
    147147smpl_t vec_median(fvec_t * input);
    148 smpl_t vec_quadint(fvec_t * x,uint_t pos);
     148smpl_t vec_quadint(fvec_t * x,uint_t pos, uint_t span);
    149149smpl_t aubio_quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf);
    150150uint_t vec_peakpick(fvec_t * input, uint_t pos);
Note: See TracChangeset for help on using the changeset viewer.