]> git.parisson.com Git - timeside.git/commitdiff
more audio tests
authoryomguy <yomguy@parisson.com>
Fri, 9 Oct 2009 13:40:44 +0000 (13:40 +0000)
committeryomguy <yomguy@parisson.com>
Fri, 9 Oct 2009 13:40:44 +0000 (13:40 +0000)
tests/test.py

index c00ad0ae9dd606abbc8c41fb44571ef96237be6f..2f0f6caed33b3140ecc33312341579360180f5cb 100755 (executable)
@@ -101,12 +101,12 @@ if __name__ == '__main__':
     d = TestDecoders(comp_mgr)
     e = TestEncoders(comp_mgr)
     g = TestGraphers(comp_mgr)
-    #a.list()
-    #d.list()
-    #e.list()
-    #g.list()
-    #a.run(sample)
-    #g.run(sample)
+    a.list()
+    d.list()
+    e.list()
+    g.list()
+    a.run(sample)
+    g.run(sample)
     audio = d.run(sample, 'WAV')
     e.run(audio, metadata)