shithub: aubio

Download patch

ref: 2a109e4ee1f09fe440cd0b776134440ad9dcd6bc
parent: f658288f133dcc442f158f3300ad89beb49113e2
author: Paul Brossier <piem@piem.org>
date: Fri Dec 4 21:16:22 EST 2009

tests/src/: no more arguments for peakpicker

--- a/tests/src/test-peakpick.c
+++ b/tests/src/test-peakpick.c
@@ -7,7 +7,7 @@
         uint_t win_s      = 1024;                       /* window size */
         fvec_t * in       = new_fvec (win_s); /* input buffer */
         fvec_t * out      = new_fvec (1); /* input buffer */
-        aubio_peakpicker_t * o = new_aubio_peakpicker(1);
+        aubio_peakpicker_t * o = new_aubio_peakpicker();
         aubio_peakpicker_set_threshold (o, 0.3);
 
         aubio_peakpicker_do(o, in, out);