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

New AT&T natural voices in Plum

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
tssaini7
Posts: 3
Joined: Fri Oct 09, 2009 3:17 am

New AT&T natural voices in Plum

Post 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

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR voices for AT&T Natural Voices

Post 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

Post Reply