mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 10:00:46 +00:00
fetches asio buffer value on focus
This commit is contained in:
parent
2847762aa1
commit
d09a96b887
@ -201,7 +201,8 @@ class NVDAVMWindow(psg.Window):
|
||||
|
||||
# ASIO Buffer
|
||||
case [["ASIO", "BUFFER"], ["FOCUS", "IN"]]:
|
||||
self.nvda.speak(f"ASIO BUFFER")
|
||||
val = int(self.vm.get("option.buffer.asio"))
|
||||
self.nvda.speak(f"ASIO BUFFER {val if val else 'default'}") # makes me sad ((
|
||||
case ["ASIO BUFFER"]:
|
||||
if values[event] == "Default":
|
||||
val = 0
|
||||
|
Loading…
Reference in New Issue
Block a user