From: Paul Brossier Date: Thu, 5 Nov 2009 23:14:23 +0000 (+0100) Subject: src/aubio.h: make filterbank public, should be stable enough now X-Git-Tag: 0.4.0-beta1~545 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c03e7777e63a0202d21f99fa08039ac65f8c581f;p=aubio.git src/aubio.h: make filterbank public, should be stable enough now --- diff --git a/src/aubio.h b/src/aubio.h index 269e88be..bdd29133 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -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"