mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-18 23:33:31 +00:00
initial commit
This commit is contained in:
9
__main__.py
Normal file
9
__main__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import voicemeeterlib
|
||||
|
||||
import nvda_voicemeeter
|
||||
|
||||
kind_id = "potato"
|
||||
|
||||
with voicemeeterlib.api("potato") as vm:
|
||||
with nvda_voicemeeter.build(f"Voicemeeter {kind_id.capitalize()} NVDA", vm) as window:
|
||||
window.run()
|
||||
Reference in New Issue
Block a user