From: yomguy Date: Fri, 9 Oct 2009 13:40:44 +0000 (+0000) Subject: more audio tests X-Git-Tag: 0.3.2~235 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3a1fe8f2e26ca7f247486155be1b8335245a2abf;p=timeside.git more audio tests --- diff --git a/tests/test.py b/tests/test.py index c00ad0a..2f0f6ca 100755 --- a/tests/test.py +++ b/tests/test.py @@ -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)