Ticket #178 (reopened enhancement)

Opened 4 years ago

Last modified 10 months ago

number reading

Reported by: jrutkowski Owned by:
Priority: minor Milestone:
Component: Speech Version: development
Keywords: Cc:
Operating system: Blocked by:
Blocking:

Description

A checkbox in the voice dialog box that toggles whether the currently selected synth speaks full numbers of digits.

Change History

comment:1 Changed 4 years ago by pvagner

I am not sure I can understand correctly. Are you asking for an option which will force NVDA to say "one two three four" instead of one thousand two hundret thirty four?

I think this is very experimental feature because it will even make reading times and dates digit by digit. More over this is already possible with speech dictionaries.
Here is an example entry:
Pattern: "(\d)(\d)"
Replacement: "\1 \2 "
regular expression: yes.
Pattern and replacement should be typed without the quotes. This can be used in the voice or temporary dictionary.

comment:2 Changed 4 years ago by jteh

  • Component changed from Core to Speech
  • Milestone 0.6 deleted

comment:3 Changed 3 years ago by aleksey_s

developers, what do you thing about this one? I offer closing becouse nvda for now does not preprocess numbers (just leading zeros) and all other stuff can be done through dictionaries.

comment:4 Changed 3 years ago by jteh

  • Status changed from new to closed
  • Resolution set to wontfix

As noted above, this can currently be done with speech dictionaries. We won't implement this, at least for now.

comment:5 Changed 10 months ago by drein

  • Status changed from closed to reopened
  • Resolution wontfix deleted

I re-open the ticket because this feature is quite popular in Italy.

This feature is very useful for people that must read phone number at work.

The best will be to have a radio button or a combobox that say:
read number as: single digit, 2, 3, normal.
For example, the number 123456789:
we could decide if read as:
1, 2, 3, 4, 5, 6, 7, 8, 9.
12, 34, 56, 78, 9.
123, 456, 789.
Is it difficult to do?

Note: See TracTickets for help on using tickets.