From: Paul Brossier Date: Tue, 3 Dec 2013 17:24:54 +0000 (-0500) Subject: scripts/timeside-launch: pass channels, samplerate and blocksize to pipe X-Git-Tag: 0.5.2~8^2~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4820499d0ac20e478746db26d58b05a4e120805d;p=timeside.git scripts/timeside-launch: pass channels, samplerate and blocksize to pipe --- diff --git a/scripts/timeside-launch b/scripts/timeside-launch index e23ca05..6fb21ef 100755 --- a/scripts/timeside-launch +++ b/scripts/timeside-launch @@ -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