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