Ticket #19 (closed enhancement: fixed)

Opened 11 months ago

Last modified 3 days ago

NVDA config file should store voice and variant selections for speech as names not indicies

Reported by: mdcurran Owned by: mdcurran
Priority: major Milestone: 0.6
Component: Synth drivers Version: trunk
Keywords: Cc:
Blocking: Blocked By:

Description

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.

Change History

Changed 9 months ago by pvagner

  • priority changed from minor to critical

Work on real support for espeak variants has been started in revision 1738

Changed 8 months ago by jteh

  • owner set to jteh
  • priority changed from critical to major
  • status changed from new to assigned

Changed 2 weeks ago by jteh

  • owner changed from jteh to mdcurran

Changed 11 days ago by jteh

Implemented in r2482. Finally!

Changed 3 days ago by mdcurran

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.