]> git.parisson.com Git - timeside.git/commitdiff
validate against sox 14.3
authoryomguy <yomguy@parisson.com>
Tue, 24 Nov 2009 16:53:07 +0000 (16:53 +0000)
committeryomguy <yomguy@parisson.com>
Tue, 24 Nov 2009 16:53:07 +0000 (16:53 +0000)
tests/test.py

index d2fe7c77d1e865766673a6d52179f01b6236562a..0ebbdf0f81974a25940124be67a367c358cffacc 100755 (executable)
@@ -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: