From: Paul Brossier Date: Wed, 12 Jul 2006 16:41:11 +0000 (+0000) Subject: add yinfft to aubio.h X-Git-Tag: bzr2git~626 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=637a3cedd17320292ed79e79636590c15ce72eb7;p=aubio.git add yinfft to aubio.h add yinfft to aubio.h --- diff --git a/src/aubio.h b/src/aubio.h index c6f694b2..cf48d9b3 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -73,6 +73,7 @@ extern "C" { #include "pitchdetection.h" #include "pitchmcomb.h" #include "pitchyin.h" +#include "pitchyinfft.h" #include "pitchschmitt.h" #include "pitchfcomb.h" #include "beattracking.h"