shithub: aubio

Download patch

ref: 3504fd7f23bb9eeea555e3eca72c99e50fe88f9b
parent: 3e7c4083432c742554ab899f0891c5acc0eaf66b
author: Paul Brossier <piem@piem.org>
date: Sat Sep 8 11:36:12 EDT 2007

aubio.h: add filterbank.h

--- a/src/aubio.h
+++ b/src/aubio.h
@@ -79,6 +79,7 @@
 #include "beattracking.h"
 #include "onset.h"
 #include "tempo.h"
+#include "filterbank.h"
 #include "mfcc.h"
 
 #ifdef __cplusplus
--