From f69899722cb311a2f5f50ad1ab21cb9a87895346 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 12 Sep 2009 00:13:42 +0200 Subject: [PATCH] swig/aubio.i: update prototype of vec_quadint --- swig/aubio.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0