mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +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:
|
else:
|
||||||
val = values[event]
|
val = values[event]
|
||||||
self.vm.option.buffer("asio", val)
|
self.vm.option.buffer("asio", val)
|
||||||
|
self.TKroot.after(200, self.nvda.speak, f"ASIO BUFFER {val if val else 'default'}")
|
||||||
|
|
||||||
# Strip outputs
|
# Strip outputs
|
||||||
case [["STRIP", index], [output]]:
|
case [["STRIP", index], [output]]:
|
||||||
|
Loading…
Reference in New Issue
Block a user