CC-2590 : Make bitrate for liquidsoap and show-recorder adjustable from the config file

This commit is contained in:
Naomi Aro 2011-07-26 18:39:26 +02:00
parent f0bf7c00c3
commit 8f5e2a6739
4 changed files with 10 additions and 10 deletions

View file

@ -75,7 +75,7 @@ class ShowRecorder(Thread):
#-f:16,2,44100
#-b:256
command = "ecasound -f:%s,%s,%s -b:%s -i alsa -o %s -t:%s" % (ss, c, sr, br, filepath, length)
command = "ecasound -f:%s,%s,%s -i alsa -o %s,%s000 -t:%s" % (ss, c, sr, filepath, br, length)
args = command.split(" ")
self.logger.info("starting record")