Skip to content

Commit

Permalink
Addressing comments by @@CyrilleB79
Browse files Browse the repository at this point in the history
  • Loading branch information
mltony committed Jan 23, 2024
1 parent adf2a8e commit a856a87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/gui/settingsDialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2733,7 +2733,7 @@ def _appendSoundSplitModesList(self, settingsSizerHelper: guiHelper.BoxSizerHelp
nvdaControls.CustomCheckListBox,
choices=[mode.displayString for mode in self._allSoundSplitModes]
)
self.bindHelpEvent("customizeSoundSplitModes", self.soundSplitModesList)
self.bindHelpEvent("CustomizeSoundSplitModes", self.soundSplitModesList)
includedModes: list[int] = json.loads(config.conf["audio"]["includedSoundSplitModes"])
self.soundSplitModesList.Checked = [
mIndex for mIndex in range(len(self._allSoundSplitModes)) if mIndex in includedModes
Expand Down
4 changes: 2 additions & 2 deletions user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ By default this command will cycle between the following modes:
- NVDA on the right and applications on the left: NVDA will speak in the right channel, while other applications will play sounds in the left channel.
-

There are more advanced sound split modes availabel in NVDA settings; for more information please see [Customizing Sound split modes #customizeSoundSplitModes] section.
There are more advanced sound split modes availabel in NVDA settings; for more information please see [Customizing Sound split modes #CustomizeSoundSplitModes] section.

Please note, that sound split doesn't work as a mixer. For example, if an application is playing a stereo sound track while sound split is set to "NVDA on the left and applications on the right", then you will only hear the right channel of the sound track, while the left channel of the sound track will be muted. in order to allow NVDA to use the left channel.

Expand Down Expand Up @@ -1924,7 +1924,7 @@ This option allows you to make NVDA sound output to be directed to either left o

This option is not available if you have started NVDA with [WASAPI disabled for audio output #WASAPI] in Advanced Settings.

==== Customizing Sound split modes====[customizeSoundSplitModes]
==== Customizing Sound split modes====[CustomizeSoundSplitModes]
This checkable list allows selecting which sound split modes are included when cycling between them using ``NVDA+alt+s``.
Modes which are unchecked are excluded.
By default only three modes are included.
Expand Down

0 comments on commit a856a87

Please sign in to comment.