From 4c457ce6bcdf17eb29a1bc93f297cb4e7167c6dd Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 29 Mar 2011 18:01:30 -0400 Subject: [PATCH] set gate to really low level. --- python_apps/show-recorder/testrecordscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/show-recorder/testrecordscript.py b/python_apps/show-recorder/testrecordscript.py index ccd2946bc..439f0f07f 100644 --- a/python_apps/show-recorder/testrecordscript.py +++ b/python_apps/show-recorder/testrecordscript.py @@ -61,7 +61,7 @@ class ShowRecorder(Thread): filename = self.filename.replace(" ", "-") filepath = "%s%s.%s" % (config["base_recorded_files"], filename, self.filetype) - command = "ecasound -i alsa -o %s -t:%s -ge:5,1,0,-1" % (filepath, length) + command = "ecasound -i alsa -o %s -t:%s -ge:0.1,0.1,0,-1" % (filepath, length) args = command.split(" ") print "starting record"