From: Paul Brossier Date: Thu, 8 Oct 2009 10:28:56 +0000 (+0200) Subject: swig/aubio.i: update aubio_resampler_do X-Git-Tag: bzr2git~160 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64c365824d87a4e597930d73326221f7630d74b4;p=aubio.git swig/aubio.i: update aubio_resampler_do --- diff --git a/swig/aubio.i b/swig/aubio.i index 388256aa..f58c2b40 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -182,7 +182,7 @@ extern void del_aubio_scale(aubio_scale_t *s); /* resampling */ %#if HAVE_SAMPLERATE extern aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type); -extern uint_t aubio_resampler_do (aubio_resampler_t *s, fvec_t * input, fvec_t * output); +extern void aubio_resampler_do (aubio_resampler_t *s, fvec_t * input, fvec_t * output); extern void del_aubio_resampler(aubio_resampler_t *s); %#endif /* HAVE_SAMPLERATE */