ref: 64c365824d87a4e597930d73326221f7630d74b4
parent: 0af05d386255b5c4f06e70a206b5db0369502132
author: Paul Brossier <piem@piem.org>
date: Thu Oct 8 08:28:56 EDT 2009
swig/aubio.i: update aubio_resampler_do
--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -182,7 +182,7 @@
/* 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 */