From 055d674eaede56459ac5bfecd01fbe8188cfb4a5 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 17 Dec 2007 15:37:42 +0100 Subject: [PATCH] add del_aubio_biquad to aubio.i --- swig/aubio.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swig/aubio.i b/swig/aubio.i index 562d82b9..13979bae 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -103,7 +103,7 @@ extern void del_aubio_cdsgn_filter(aubio_filter_t * b); extern aubio_biquad_t * new_aubio_biquad(lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3); extern void aubio_biquad_do(aubio_biquad_t * b, fvec_t * in); extern void aubio_biquad_do_filtfilt(aubio_biquad_t * b, fvec_t * in, fvec_t * tmp); -/*extern int del_aubio_biquad(aubio_biquad_t * b);*/ +extern void del_aubio_biquad(aubio_biquad_t * b); /* hist */ extern aubio_hist_t * new_aubio_hist(smpl_t flow, smpl_t fhig, uint_t nelems, uint_t channels); -- 2.26.2