From 9d63a28d067154fa6728b46c0011eda83b05a55d Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Tue, 2 Sep 2008 15:19:00 +0000 Subject: [PATCH] * Fix stop_form * Get mono input --- telecaster.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/telecaster.py b/telecaster.py index bfce1ea..2c5907a 100755 --- a/telecaster.py +++ b/telecaster.py @@ -130,7 +130,7 @@ class Station(Conference): def start_oddcast(self): command = 'oddcastv3 -n "'+clean_string(self.conference)[0:16]+'" -c '+self.odd_conf_file+ \ - ' alsa_pcm:capture_1 alsa_pcm:capture_2 > /dev/null &' + ' alsa_pcm:capture_1 > /dev/null &' os.system(command) self.set_lock() time.sleep(1) @@ -436,9 +436,7 @@ class WebView: print "