python/demos/demo_timestretch*: remove unused import
authorPaul Brossier <piem@piem.org>
Sat, 27 Aug 2016 09:40:47 +0000 (11:40 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 27 Aug 2016 09:40:47 +0000 (11:40 +0200)
python/demos/demo_timestretch.py
python/demos/demo_timestretch_online.py

index 136dbd9..94a1b5f 100755 (executable)
@@ -7,7 +7,7 @@
 # and synthesis in a second pass.
 
 import sys
-from aubio import source, sink, pvoc, mfcc, cvec
+from aubio import source, sink, pvoc, cvec
 from aubio import unwrap2pi, float_type
 import numpy as np
 
index d2e22d5..89a0dc6 100755 (executable)
@@ -7,7 +7,7 @@
 # `demo_timestretch.py` for a version following the original implementation.
 
 import sys
-from aubio import source, sink, pvoc, mfcc, cvec
+from aubio import source, sink, pvoc, cvec
 from aubio import unwrap2pi, float_type
 import numpy as np