CC-2111 : Show-recorder should automatically NOT record silence
This commit is contained in:
parent
18ef86cee1
commit
37a4d7bce4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class ShowRecorder(Thread):
|
||||||
filename = self.filename.replace(" ", "-")
|
filename = self.filename.replace(" ", "-")
|
||||||
filepath = "%s%s.%s" % (config["base_recorded_files"], filename, self.filetype)
|
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:3,1,0,-1" % (filepath, length)
|
||||||
args = command.split(" ")
|
args = command.split(" ")
|
||||||
|
|
||||||
print "starting record"
|
print "starting record"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue