Intel IPP support for aubio
[aubio.git] / tests / src / spectral / test-filterbank.c
index 543226d..27017b3 100644 (file)
@@ -2,6 +2,8 @@
 
 int main (void)
 {
+  aubio_init();
+  
   uint_t win_s = 1024; // window size
   uint_t n_filters = 13; // number of filters
 
@@ -33,6 +35,7 @@ int main (void)
   del_aubio_filterbank (o);
   del_cvec (in_spec);
   del_fvec (out_filters);
+  
   aubio_cleanup ();
 
   return 0;