CC-2590 : Make bitrate for liquidsoap and show-recorder adjustable from the config file
This commit is contained in:
parent
f0bf7c00c3
commit
8f5e2a6739
4 changed files with 10 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue