Page 1 of 1

New AT&T natural voices in Plum

Posted: Fri Oct 09, 2009 3:23 am
by tssaini7
Hi,

I want to know if there are new AT&T natural voices available via Plum. If yes, where should i look for these new available voices and also how to configure and use these voices.

Any help is appreciated.

Regards,
Tejinder Singh

IVR voices for AT&T Natural Voices

Posted: Fri Oct 09, 2009 9:19 am
by support
Hi Tejinder,

The following link will show you the names that we offer for AT&T Natural Voices: TTS Voices

Here is a short IVR example that demonstrates how you would use the IVR tag, <voice>:

attvoices.vxml:

Code: Select all

<?xml version="1.0" encoding="latin-1"?>
<vxml version="2.0">
  <form>
    <block>
      <prompt>
        <voice name="crystal">
          Hi, I'm Crystal.
        </voice>
        <voice name="mike">
          Hi, I'm Mike.
        </voice>
        <voice xml:lang="fr_fr">
          Bonjour, c'est la voix française.
        </voice>
      </prompt>
    </block>
  </form>
</vxml>
Hope this IVR code helps.

Regards,
Plum Support