From: yomguy Date: Tue, 24 Nov 2009 16:53:07 +0000 (+0000) Subject: validate against sox 14.3 X-Git-Tag: 0.3.2~232 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2646f3ff56994d3c339a331e8b2eca57e81d37d7;p=timeside.git validate against sox 14.3 --- diff --git a/tests/test.py b/tests/test.py index d2fe7c7..0ebbdf0 100755 --- a/tests/test.py +++ b/tests/test.py @@ -56,7 +56,7 @@ class TestDecoders(Component): decoder = self.get_decoder(mime) if decoder: stream = decoder.process(media) - print decoder.command + #print decoder.command file_path = 'results/sweep' + '_' + file_ext + '.wav' f = open(file_path, 'w') for chunk in stream: