From 3504fd7f23bb9eeea555e3eca72c99e50fe88f9b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 8 Sep 2007 15:36:12 +0200 Subject: [PATCH] aubio.h: add filterbank.h --- src/aubio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aubio.h b/src/aubio.h index 3006bcfb..828c607d 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -79,6 +79,7 @@ extern "C" { #include "beattracking.h" #include "onset.h" #include "tempo.h" +#include "filterbank.h" #include "mfcc.h" #ifdef __cplusplus -- 2.26.2