mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2026-04-07 09:53:35 +00:00
12 lines
212 B
Python
12 lines
212 B
Python
import voicemeeterlib
|
|
|
|
import nvda_voicemeeter
|
|
|
|
|
|
def run():
|
|
KIND_ID = 'banana'
|
|
|
|
with voicemeeterlib.api(KIND_ID) as vm:
|
|
with nvda_voicemeeter.draw(KIND_ID, vm) as window:
|
|
window.run()
|