Compare commits

..

No commits in common. "3c979b839144f6925b1221d1f4d6050ee050d1ad" and "eb42d184c013b8ae23d578c1eaba8bc45ea34af5" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -92,9 +92,9 @@ class Audio(ILayer):
[onyx_conn, iris_conn]
), "expected configurations for onyx_conn, iris_conn"
with vban_cmd.api("potato", outbound=True, **onyx_conn) as vban:
with vban_cmd.api("potato", **onyx_conn) as vban:
vban.strip[0].apply(params)
with vban_cmd.api("potato", outbound=True, **iris_conn) as vban:
with vban_cmd.api("potato", **iris_conn) as vban:
vban.strip[0].apply(params)
ENABLE_SOUNDTEST = {

View File

@ -126,4 +126,3 @@ class StreamlabsController:
if self.proc is not None:
self.proc.terminate()
self.proc = None
self._duckypad.stream.current_scene = ""