Intel IPP support for aubio
[aubio.git] / tests / src / temporal / test-a_weighting.c
index 4030a0d..0b41701 100644 (file)
@@ -2,7 +2,8 @@
 
 int main (void)
 {
-  
+  aubio_init();
+
   aubio_filter_t * f;
 
   uint_t rates[] = { 8000, 16000, 22050, 44100, 96000, 192000};
@@ -38,6 +39,8 @@ int main (void)
   }
   del_aubio_filter (f);
 
+  aubio_cleanup();
+  
   return 0;
 }