Skip to content

Use OneCore speech on windows 10 by default rather than eSpeak#8176

Merged
michaelDCurran merged 1 commit into
masterfrom
oneCoreAsDefault
Apr 30, 2018
Merged

Use OneCore speech on windows 10 by default rather than eSpeak#8176
michaelDCurran merged 1 commit into
masterfrom
oneCoreAsDefault

Conversation

@michaelDCurran

Copy link
Copy Markdown
Member

Link to issue number:

None

Summary of the issue:

For many years, NVDA has used eSpeak as its default voice because we could not trust the quality or existence of SAPI4 or SAPI5 voices on each machine NVDA is run on. However, as much as eSpeak is very popular with power users, it is not very well liked at all by beginners. It would greatly help the update of NVDA if we could default to a nicer sounding voice.

Description of how this pull request fixes the issue:

Windows 10 now comes with OneCore speech voices. There are mostly high quality, and most of the major languages in Windows now have speech packs meaning that the vast majority of Windows 10 machines will now come with a suitable voice included.
This PR changes the default synthesizer on windows 10 from espeak to oneCore. If for some reason the machine does not have any oneCore voices (I.e. the synthDriver fails to load, then it will still fall back to eSpeak). On previous Operating systems, the default remains as eSpeak.

Testing performed:

Ran NVDA with a new configuration on both Windows 10 and Windows 8. The Windows 10 NVDA chose oneCore, the Windows 8 NVDA chose eSpeak.

Known issues with pull request:

None.

Change log entry:

Changes:
The default speech synthesizer when running on Windows 10 is now oneCore speech rather than eSpeak.

…speech by default, falling back to eSpeak if no voices are available. Previous Operating systems still use eSpeak by default.
@codeofdusk

Copy link
Copy Markdown
Contributor

Does this only affect new installs? I don't think we should override the synth on update (in other words, if a user set their synth to Espeak/it was set as the synth due to the old default behavior, we shouldn't change to onecore on update).

@michaelDCurran

Copy link
Copy Markdown
Member Author

@codeofdusk this will only affect the first time you run NVDA with no existing user configuration. As soon as configuration is saved, the active synth is placed in the config it seems.

michaelDCurran added a commit that referenced this pull request Apr 16, 2018
@michaelDCurran michaelDCurran merged commit 84d3e27 into master Apr 30, 2018
@nvaccessAuto nvaccessAuto added this to the 2018.2 milestone Apr 30, 2018
@seanbudd seanbudd deleted the oneCoreAsDefault branch June 28, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants