From: Paul Brossier Date: Wed, 25 Dec 2013 00:12:12 +0000 (-0500) Subject: python/demos/demo_mfcc.py: remove unused variables X-Git-Tag: 0.4.1~104 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=634c12f85548beb67b6e965d03934386a4714522;p=aubio.git python/demos/demo_mfcc.py: remove unused variables --- diff --git a/python/demos/demo_mfcc.py b/python/demos/demo_mfcc.py index 10d96c67..18eb9a48 100755 --- a/python/demos/demo_mfcc.py +++ b/python/demos/demo_mfcc.py @@ -24,9 +24,6 @@ samplerate = s.samplerate p = pvoc(win_s, hop_s) m = mfcc(win_s, n_filters, n_coeffs, samplerate) -desc = [] -tdesc = [] - mfccs = zeros([13,]) frames_read = 0 while True: