Add-on template: add support for custom speech pronunciation dictionaries (NVDA 2026.2)#19
Open
josephsl wants to merge 5 commits intonvaccess:masterfrom
Open
Add-on template: add support for custom speech pronunciation dictionaries (NVDA 2026.2)#19josephsl wants to merge 5 commits intonvaccess:masterfrom
josephsl wants to merge 5 commits intonvaccess:masterfrom
Conversation
NVDA 2026.2 introduces custom speech dictionaries support for add-ons. A custom speech dictionary adds pronunciation rules for text. These dictionraies follow NVDA's speech dictionary format (tab separated values) and is named name.dic e.g. addonSpeech.dic and resides in 'speechDicts' top-level (addon) folder. In buildVars, add support for speech dictionraies, deriving comments and definition from custom symbol dictionaries definition.
… attribute lookup.
…attributes (same as symbol dictionary (name/mandatory))
…when building the add-on and localized manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #15
This pull request add support for building custom speech pronunciation dictionaries via the add-on template. Changes made:
Thanks.