shithub: aubio

Download patch

ref: c7d8cb1a1c0e482e8c9ed63f0ebb3d0ba989f198
parent: a69d3a6d4d8642567ccdf3b20ea67001e2278c37
author: famulus <famulus.fusion@gmail.com>
date: Fri Jan 10 18:53:42 EST 2014

marks first commit

--- a/examples/utils.c
+++ b/examples/utils.c
@@ -48,7 +48,7 @@
 char_t * pitch_method = "default";
 smpl_t pitch_tolerance = 0.0; // will be set if != 0.
 // tempo stuff
-char_t * tempo_method = "default";
+char_t * tempo_method = "specflux";
 // more general stuff
 smpl_t silence_threshold = -90.;
 uint_t mix_input = 0;