src/aubio.h: make filterbank public, should be stable enough now
authorPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 23:14:23 +0000 (00:14 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 5 Nov 2009 23:14:23 +0000 (00:14 +0100)
src/aubio.h

index 269e88be2a8cecc807766fd3160eddc8a7d240ed..bdd29133551ff3eb83959f5b8e5cc8b53c28895f 100644 (file)
@@ -165,6 +165,8 @@ extern "C"
 #include "temporal/c_weighting.h"
 #include "spectral/fft.h"
 #include "spectral/phasevoc.h"
+#include "spectral/filterbank.h"
+#include "spectral/filterbank_mel.h"
 #include "spectral/mfcc.h"
 #include "spectral/specdesc.h"
 #include "pitch/pitch.h"
@@ -178,8 +180,6 @@ extern "C"
 #include "utils/scale.h"
 #include "utils/hist.h"
 #include "spectral/tss.h"
-#include "spectral/filterbank.h"
-#include "spectral/filterbank_mel.h"
 #include "pitch/pitchmcomb.h"
 #include "pitch/pitchyin.h"
 #include "pitch/pitchyinfft.h"