mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
initial commit
initial commit
This commit is contained in:
12
__main__.py
Normal file
12
__main__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import voicemeeter
|
||||
import vmcompact
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
kind_id = "banana"
|
||||
|
||||
voicemeeter.launch(kind_id, hide=False)
|
||||
|
||||
with voicemeeter.remote(kind_id) as vmr:
|
||||
app = vmcompact.connect(kind_id, vmr)
|
||||
app.mainloop()
|
||||
Reference in New Issue
Block a user