shithub: aubio

Download patch

ref: d738d75262baf96c629b23510e1d9b34a0b2ffcc
parent: 385a9c1e8b1d45a58fddc5941ba93ae3fe4dd87d
author: Paul Brossier <piem@piem.org>
date: Sat Aug 27 07:40:47 EDT 2016

python/demos/demo_timestretch*: remove unused import

--- a/python/demos/demo_timestretch.py
+++ b/python/demos/demo_timestretch.py
@@ -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
 
--- a/python/demos/demo_timestretch_online.py
+++ b/python/demos/demo_timestretch_online.py
@@ -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