Ticket #19 (closed enhancement: fixed)

Opened 3 years ago

Last modified 22 months 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: 2009.1
Component: Synth drivers Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

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 3 years ago by pvagner

  • priority changed from minor to critical

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

Changed 2 years ago by jteh

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

Changed 22 months ago by jteh

  • owner changed from jteh to mdcurran

Changed 22 months ago by jteh

Implemented in r2482. Finally!

Changed 22 months ago by mdcurran

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