-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
buf_size = 4096
hop_size = 512
-import math
-
from template import aubio_unit_template
-
-from aubio.aubiowrapper import *
+from localaubio import *
+import math
buf_size = 1024
channels = 4
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
buf_size = 1024
hop_size = 256
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
buf_size = 2048
channels = 1
-import unittest
-import random
-
from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
+import random
buf_size = 2048
channels = 1
-import unittest
-
from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
buf_size = 2000
channels = 2