ref: 258d4419e6e26442a78626a7b3cde5480a548526
parent: 4219f8a396ec89040de092b346722b2d8e1c7308
author: Paul Brossier <[email protected]>
date: Sat Dec 7 09:35:04 EST 2013
src/aubio.h: add pitchspecacf, remove from python/lib/generator
--- a/python/lib/generator.py
+++ b/python/lib/generator.py
@@ -51,6 +51,7 @@
'pitchfcomb',
'pitchmcomb',
'pitchschmitt',
+ 'pitchspecacf',
'pitchyin',
'pitchyinfft',
'sink_apple_audio',
--- a/src/aubio.h
+++ b/src/aubio.h
@@ -203,6 +203,7 @@
#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"