voicemeeter-compact/__main__.py
onyx-and-iris 2c39b9d215 updates to gui to match changes to interfaces
updates to gui to match changes to interfaces

now packaged with poetry and on pypi
2022-06-16 23:53:28 +01:00

16 lines
232 B
Python

import voicemeeterlib
import vmcompact
def main():
with voicemeeterlib.api(kind_id) as vmr:
app = vmcompact.connect(kind_id, vmr)
app.mainloop()
if __name__ == "__main__":
kind_id = "banana"
main()