nvda speak asio buffer value after setting

This commit is contained in:
onyx-and-iris 2023-08-26 21:59:48 +01:00
parent a1c7f1358e
commit 2847762aa1

View File

@ -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]]: