mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 23:04:11 +00:00
Moved setStdin to BaseClass
This commit is contained in:
parent
35ada90130
commit
ba2fab398e
4 changed files with 7 additions and 10 deletions
|
|
@ -39,9 +39,7 @@ class PulseAudioInput(InputBase):
|
|||
PulseAudioProc.setStderr(open(paths.LOG_PATH + "pulseaudio.log", "a"))
|
||||
PulseAudioProc.start()
|
||||
|
||||
mmProc = self.startmm(decoderConfig)
|
||||
mmProc.setStdin(PulseAudioProc.stdout)
|
||||
mmProc.setStderr(open(paths.LOG_PATH + "multimon-ng.log", "a"))
|
||||
mmProc = self.startmm(decoderConfig, PulseAudioProc.stdout)
|
||||
mmProc.start()
|
||||
|
||||
logging.info("start decoding")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue