From: famulus Date: Sat, 11 Jan 2014 04:53:42 +0000 (-0500) Subject: marks first commit X-Git-Tag: 0.4.1~90 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c7d8cb1a1c0e482e8c9ed63f0ebb3d0ba989f198;p=aubio.git marks first commit --- diff --git a/examples/utils.c b/examples/utils.c index eba664b9..2592c2dd 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -48,7 +48,7 @@ char_t * pitch_unit = "default"; 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;