mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 10:00:46 +00:00
nvda speak asio buffer value after setting
This commit is contained in:
parent
a1c7f1358e
commit
2847762aa1
@ -208,6 +208,7 @@ class NVDAVMWindow(psg.Window):
|
||||
else:
|
||||
val = values[event]
|
||||
self.vm.option.buffer("asio", val)
|
||||
self.TKroot.after(200, self.nvda.speak, f"ASIO BUFFER {val if val else 'default'}")
|
||||
|
||||
# Strip outputs
|
||||
case [["STRIP", index], [output]]:
|
||||
|
Loading…
Reference in New Issue
Block a user