swig/aubio.i: update aubio_resampler_do
authorPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 10:28:56 +0000 (12:28 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 8 Oct 2009 10:28:56 +0000 (12:28 +0200)
swig/aubio.i

index 388256aabc7c1fa96da333d0c969b4a721bf0632..f58c2b40c6ca5b8afc5c8b8516698f2a59df487e 100644 (file)
@@ -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 */