You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following "hidden options" can only be changed directly in the "nvda.ini":
beepSpeechModePitch
speechPercentageInterval
beepPercentageInterval
beepMinHZ
audioCoordinates_blurFactor
audioCoordinates_minVolume
audioCoordinates_maxVolume
audioCoordinates_minPitch
audioCoordinates_maxPitch
[UIA] minWindowsVersion
[UIA] enabled
Expected behaviour:
Include them all to the Advanced NVDA Settings, so that they can be changed via the GUI.
Add a validation check for all of them too.
beepSpeechModePitch: text field (min = 55, max = 8372, default = 880)
Note: I guess the default value here is/was 8000 Hz, which hurts extremely in my ears. So reducing it directly to 880 Hz would be nice.
speechPercentageInterval: text field (min = 1, max = 25, default = 10)
beepPercentageInterval: text field (min = 1, max = 25, default = 1)
beepMinHZ: text field (min = 55, max = 4186, default = 110)
audioCoordinates_blurFactor: text field (min = 1, max = 15, default = 3)
audioCoordinates_minVolume: text field (min = 0.000, max = 0.999, default = 0.1)
audioCoordinates_maxVolume: text field (min = 0.001, max = 1.0, default = 1.0)
audioCoordinates_minPitch: text field (min = 55, max = 4186, default = 220)
audioCoordinates_maxPitch: text field (min = 110, max = 8372, default = 880)
[UIA] minWindowsVersion: text field (min = 6.1, max = 10.0, default = 6.1)
[UIA] enabled: checkbox (true and false, default = true)
Describe them all in detail in the NVDA's User Guide (like in chapter 15.1 "Command Line Options").
The above mentioned "hidden options" are part from the "nvda.ini" of NVDA 2012.2.1 (and a little bit higher), as far as I remember me correctly. They were never deleted during updating NVDA from 2012.2.1/2013.2 to 2018.1. (I used NVDA 2012.2.1 to 2013.2 as a portable app.)
In newer NVDA versions, maybe since introducing the second schema version for the "nvda.ini", only different values in compare with the default once are saved in the "nvda.ini".
Actual behaviour:
The following "hidden options" can only be changed directly in the "nvda.ini":
Expected behaviour:
Note: I guess the default value here is/was 8000 Hz, which hurts extremely in my ears. So reducing it directly to 880 Hz would be nice.
Note regarding the Hz values:
55 Hz = A1, 110 Hz = A2, 220 Hz = A3, 880 Hz = A5, 4186 Hz = C8 and 8372 Hz = C9
System configuration:
NVDA version:
Windows version:
Windows 7 to Windows 10 1809 (and 19H1 and higher)