]> git.parisson.com Git - timeside.git/commitdiff
scripts/timeside-launch: pass channels, samplerate and blocksize to pipe
authorPaul Brossier <piem@piem.org>
Tue, 3 Dec 2013 17:24:54 +0000 (12:24 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 3 Dec 2013 17:24:54 +0000 (12:24 -0500)
scripts/timeside-launch

index e23ca05e6e4dabb4be1c8de9e4b724dc381c886d..6fb21efd1d9808c81b7893a999ac0ea75e722cd4 100755 (executable)
@@ -203,7 +203,7 @@ if __name__ == '__main__':
             pipe = pipe | g
         for e in _encoders:
             pipe = pipe | e
-        pipe.run()
+        pipe.run(channels = channels, samplerate = samplerate, blocksize = blocksize)
 
         if len(_analyzers):
             results = pipe.results