ref: 634c12f85548beb67b6e965d03934386a4714522
parent: 5c6b26451650fa43935a0d526615698b024f1be7
author: Paul Brossier <piem@piem.org>
date: Tue Dec 24 14:12:12 EST 2013
python/demos/demo_mfcc.py: remove unused variables
--- a/python/demos/demo_mfcc.py
+++ b/python/demos/demo_mfcc.py
@@ -24,9 +24,6 @@
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: