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