ref: 5507e9d32a4a5547d924d71258f2ed77b356dbe3
parent: fff2bee8ed03bff37c5f9c2189639a30a1ea6054
author: Paul Brossier <piem@piem.org>
date: Tue Apr 17 17:59:52 EDT 2007
swig/aubio.i: add aubio_zero_crossing_rate to interface
--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -145,6 +145,7 @@
uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold);
smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
void aubio_autocorr(fvec_t * in, fvec_t * acf);
+smpl_t aubio_zero_crossing_rate(fvec_t * input);
/* scale */
extern aubio_scale_t * new_aubio_scale(smpl_t flow, smpl_t fhig, smpl_t ilow, smpl_t ihig );