shithub: aubio

Download patch

ref: f69899722cb311a2f5f50ad1ab21cb9a87895346
parent: fbe2cd25c124a629d9fa74c4f1e129e3be992616
author: Paul Brossier <[email protected]>
date: Fri Sep 11 20:13:42 EDT 2009

swig/aubio.i: update prototype of vec_quadint

--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -145,7 +145,7 @@
 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);