mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2025-04-03 20:23:47 +01:00
Compare commits
2 Commits
eb42d184c0
...
3c979b8391
Author | SHA1 | Date | |
---|---|---|---|
3c979b8391 | |||
abb6d108e7 |
@ -92,9 +92,9 @@ class Audio(ILayer):
|
||||
[onyx_conn, iris_conn]
|
||||
), "expected configurations for onyx_conn, iris_conn"
|
||||
|
||||
with vban_cmd.api("potato", **onyx_conn) as vban:
|
||||
with vban_cmd.api("potato", outbound=True, **onyx_conn) as vban:
|
||||
vban.strip[0].apply(params)
|
||||
with vban_cmd.api("potato", **iris_conn) as vban:
|
||||
with vban_cmd.api("potato", outbound=True, **iris_conn) as vban:
|
||||
vban.strip[0].apply(params)
|
||||
|
||||
ENABLE_SOUNDTEST = {
|
||||
|
@ -126,3 +126,4 @@ class StreamlabsController:
|
||||
if self.proc is not None:
|
||||
self.proc.terminate()
|
||||
self.proc = None
|
||||
self._duckypad.stream.current_scene = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user