projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af05d3
)
swig/aubio.i: update aubio_resampler_do
author
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 10:28:56 +0000
(12:28 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 8 Oct 2009 10:28:56 +0000
(12:28 +0200)
swig/aubio.i
patch
|
blob
|
history
diff --git
a/swig/aubio.i
b/swig/aubio.i
index 388256aabc7c1fa96da333d0c969b4a721bf0632..f58c2b40c6ca5b8afc5c8b8516698f2a59df487e 100644
(file)
--- 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 */