From 258d4419e6e26442a78626a7b3cde5480a548526 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 14:35:04 -0500 Subject: [PATCH] src/aubio.h: add pitchspecacf, remove from python/lib/generator --- python/lib/generator.py | 1 + src/aubio.h | 1 + 2 files changed, 2 insertions(+) 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" -- 2.11.0