From: Paul Brossier Date: Sat, 7 Dec 2013 19:35:04 +0000 (-0500) Subject: src/aubio.h: add pitchspecacf, remove from python/lib/generator X-Git-Tag: 0.4.0-beta1~27 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=258d4419e6e26442a78626a7b3cde5480a548526 src/aubio.h: add pitchspecacf, remove from python/lib/generator --- diff --git a/python/lib/generator.py b/python/lib/generator.py index 4c2b4d81..efb42a0f 100755 --- a/python/lib/generator.py +++ b/python/lib/generator.py @@ -51,6 +51,7 @@ def generate_object_files(output_path): 'pitchfcomb', 'pitchmcomb', 'pitchschmitt', + 'pitchspecacf', 'pitchyin', 'pitchyinfft', 'sink_apple_audio', diff --git a/src/aubio.h b/src/aubio.h index 97cf37ce..58aa5c2a 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -203,6 +203,7 @@ extern "C" #include "pitch/pitchyinfft.h" #include "pitch/pitchschmitt.h" #include "pitch/pitchfcomb.h" +#include "pitch/pitchspecacf.h" #include "tempo/beattracking.h" #include "utils/scale.h" #include "utils/hist.h"