tests/python: update imports
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:23:31 +0000 (01:23 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 23:23:31 +0000 (01:23 +0200)
tests/python/src/pitch/pitchdetection.py
tests/python/src/spectral/fft.py
tests/python/src/spectral/phasevoc.py
tests/python/src/temporal/zero_crossing_rate.py
tests/python/src/utils/hist.py
tests/python/src/utils/scale.py

index c2114fbd2a68b3eff38fcf5280a8830f4ac376c9..1c0de703774376164935e87f8eacb034c91558aa 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 4096
 hop_size = 512
index f94f9cfc9464eb05a06fd73073f497f6c4ae0379..8b596bcc0d2f39736ac81a686c761257823ef120 100644 (file)
@@ -1,8 +1,6 @@
-import math
-
 from template import aubio_unit_template
-
-from aubio.aubiowrapper import *
+from localaubio import *
+import math
 
 buf_size = 1024
 channels = 4
index 72db90bcb63c4ae5458ec50e62a71579ab5d8696..6e487be90c3f509afced4197616631772b3c7e55 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 1024
 hop_size = 256
index 1693241075bb104eb835801b5292fab1178622a2..98ad13c03eb671b1c398e15dc98c6a31c7fcc22a 100644 (file)
@@ -1,6 +1,5 @@
-import unittest
-
-from aubio.aubiowrapper import *
+from template import aubio_unit_template
+from localaubio import *
 
 buf_size = 2048
 channels = 1
index 340f5143ec10a4c6301aaef020e0a87e22d2dc3b..d7dc774e716e2caaea31b86023f4a61778ed9e3f 100644 (file)
@@ -1,8 +1,6 @@
-import unittest
-import random
-
 from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
+import random
 
 buf_size = 2048
 channels = 1
index f48e6f34d2bfa7adcbf62cc13cf7420bce2df80e..510873e331453b4cf7dde7ef606942b08012c8aa 100644 (file)
@@ -1,7 +1,5 @@
-import unittest
-
 from template import aubio_unit_template
-from aubio.aubiowrapper import *
+from localaubio import *
 
 buf_size = 2000
 channels = 2