Restreaming mic

This commit is contained in:
BarsTiger
2022-12-09 22:24:09 +02:00
parent 1e4344a0be
commit 710017ab88
4 changed files with 24 additions and 9 deletions

View File

@@ -19,3 +19,6 @@ class Restreamer(object):
get_streaming_devices().output[ui.output_device_restream_box.currentText()]),
callback=Restreamer.callback)
self.stream.start()
def stop(self):
self.stream.stop()