Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNVDA config file should store voice and variant selections for speech as names not indicies #19
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by pvagner on 2008-02-27 09:12 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by jteh on 2008-11-09 11:50 |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by mdcurran on 2008-11-17 22:26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by mdcurran on 2007-12-13 09:55
Currently the voice and variant values in nvda.ini are stored as ints. This is a problem when new voices or variants are added to the speech synth, as the indexing can break. NVDA should store the name of the voice or variant in nvda.ini, so that voice and variant selection will be more accurate. Other than changing config code, it may be an idea to change all synth drivers so that voices are set/read by name, not index. ESpeak can probably handle this quite well, though sapi4 and sapi5 may have some issues. This should only be implemented when its clear that eSpeak, sapi4 and sapi5 can all work with voice names with no problems. Implementing this change will also make nvda.ini more readable to users as they will see the voice name, not just a number.