Page 1 of 1

say-as not working on number

Posted: Sat Feb 14, 2015 11:07 am
by lilbiscuit
I;m using Using AT&T Natural Voices 1.4 TTS

How can I get digits read independently ?

I have this code:

Code: Select all

<say-as type="number: digits">2228514694</say-as>
And I should get back

Code: Select all

two two two eight .....
instead I get

Code: Select all

two billion two hundred twenty eight million ....
Thanks.

Re: say-as not working on number

Posted: Fri Feb 20, 2015 5:02 pm
by support
Hi,

For the AT&T TTS engine, in order to read numbers as digits, please use the "acronym" type for the <say-as> tag, as in below:

Code: Select all

<say-as type="acronym">2228514694</say-as>
The AT&T TTS does not support "numbers: digits" as a valid <say-as> tag type. For a list of supported types, please check our TTS engine documentation.

Regards,
Plum Support