From: Paul Brossier Date: Fri, 11 Sep 2009 22:13:42 +0000 (+0200) Subject: swig/aubio.i: update prototype of vec_quadint X-Git-Tag: bzr2git~368 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f69899722cb311a2f5f50ad1ab21cb9a87895346;p=aubio.git swig/aubio.i: update prototype of vec_quadint --- diff --git a/swig/aubio.i b/swig/aubio.i index 13979bae..f7605ba4 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -145,7 +145,7 @@ void vec_add(fvec_t * mag, smpl_t threshold); void vec_adapt_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre); smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos); smpl_t vec_median(fvec_t * input); -smpl_t vec_quadint(fvec_t * x,uint_t pos); +smpl_t vec_quadint(fvec_t * x,uint_t pos, uint_t span); smpl_t aubio_quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf); uint_t vec_peakpick(fvec_t * input, uint_t pos); smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize);