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
complete the word (such as a focus change or choosing to move the caret).
2596
2611
"""
2597
2612
_curWordChars.clear()
2613
+
2614
+
defcancelPhoneticDescriptionTimer() ->None:
2615
+
"""
2616
+
this stops the timer used for delaied phonetic descriptions. This should be called when a new sentence is send or the user stops the synth. E.G. by pressing control key.
this function is used to announce the delayed descriptions, we can't call spellTextInfo directly because we need to check if the description is available first.
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1252,6 +1252,19 @@ This option should generally be enabled.
1252
1252
However, some Microsoft Speech API synthesizers do not implement this correctly and behave strangely when it is enabled.
1253
1253
If you are having problems with the pronunciation of individual characters, try disabling this option.
1254
1254
1255
+
==== Delayed phonetic descriptions for characters on cursor movement ====[delayedPhoneticDescriptions]
1256
+
This setting is a checkbox that, when checked, tells NVDA to say the phonetic description when you move by characters, after an user defined pause. Default delay setting is 1000 ms (1 sec).
1257
+
1258
+
The phonetic description delay will be cancelled if another text is spoken during that time or if you press control key.
1259
+
1260
+
For example, if you review this line by characters, when you read the letter "b", NVDA will say "Bravo" after the defined pause.
1261
+
1262
+
This can be useful if your current speech synthesizer pronounces some characters in a similar way. Also, can be useful if you have some degree of deafness. In this case, could be a good idea to set NVDA to use small delays.
1263
+
1264
+
==== Time for delayed phonetic descriptions (ms) ====[delayedPhoneticDescriptionsTimeoutMs]
1265
+
This edit field allows you to type the pause time that NVDA will take to say the phonetic description when you move by characters.
The Synthesizer dialog, which can be opened by activating the Change... button in the speech category of the NVDA settings dialog, allows you to select which Synthesizer NVDA should use to speak with.
1257
1270
Once you have selected your synthesizer of choice, you can press Ok and NVDA will load the selected Synthesizer.
0 commit comments