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
Copy file name to clipboardExpand all lines: user_docs/en/changes.t2t
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ What's New in NVDA
7
7
8
8
== New Features ==
9
9
- In Windows 11, NVDA will announce alerts from voice typing and suggested actions including the top suggestion when copying data such as phone numbers to the clipboard (Windows 11 2022 Update and later). (#16009, @josephsl)
10
+
- Playing silence after every utterance in order to keep audio device open (#14386, @jcsteh, @mltony)
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.t2t
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2594,6 +2594,16 @@ This option allows you to specify if NVDA will play an error sound in case an er
2594
2594
Choosing Only in test versions (default) makes NVDA play error sounds only if the current NVDA version is a test version (alpha, beta or run from source).
2595
2595
Choosing Yes allows to enable error sounds whatever your current NVDA version is.
2596
2596
2597
+
==== Silence duration ====[silenceDuration]
2598
+
2599
+
This edit box specifies how long NVDA plays silence after every utterance. We play silence to keep audio device open and avoid certain glitches like dropped parts of utterances, that happen due to audio devices (especially Bluetooth and wireless devices) entering stand by mode.
2600
+
2601
+
You can specify silence duration to be 0 in order to disable this feature.
2602
+
2603
+
==== White noise volume slider ====[whiteNoiseVolume]
2604
+
2605
+
When you set white noise volume to any value above zero, then instead of silence NVDA would playh white noise in order to keep audio device open. This feature is useful for debugging audio issues.
2606
+
2597
2607
++ miscellaneous Settings ++[MiscSettings]
2598
2608
Besides the [NVDA Settings #NVDASettings] dialog, The Preferences sub-menu of the NVDA Menu contains several other items which are outlined below.
0 commit comments