From 005d735250f90322cd0e0b98478d8d1ad7a55aa2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 19 Dec 2013 17:49:39 -0500 Subject: [PATCH] aubiotempo~.c: use specdiff, not complex --- aubiotempo~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aubiotempo~.c b/aubiotempo~.c index b78567e..c62b71b 100644 --- a/aubiotempo~.c +++ b/aubiotempo~.c @@ -82,7 +82,7 @@ static void *aubiotempo_tilde_new (t_floatarg f) x->bufsize = 1024; x->hopsize = x->bufsize / 2; - x->t = new_aubio_tempo ("complex", x->bufsize, x->hopsize, + x->t = new_aubio_tempo ("specdiff", x->bufsize, x->hopsize, (uint_t) sys_getsr ()); aubio_tempo_set_silence(x->t,x->silence); aubio_tempo_set_threshold(x->t,x->threshold); -- 2.11.0