We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 1 match

by lilbiscuit
Sat Feb 14, 2015 11:07 am
Forum: Plum DEV Q&A
Topic: say-as not working on number
Replies: 1
Views: 7363

say-as not working on number

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.