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

Changing voices in RealSpeak

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
scholarchip
Posts: 2
Joined: Fri Mar 13, 2009 8:16 am

Changing voices in RealSpeak

Post by scholarchip »

Hello All,

My company has an on-site box and I have been trying to get a feel for our TTS engine. The problem I am having is that I can't make the engine use any other voice then the default one (TTS engine is RealSpeak). It defaults to the normal voice (which I assume is Jill). Below is a snippet of code that I pulled from the plum documentation section.

Code: Select all

<?xml version="1.0"?>
<vxml version="2.0">
  <property name="voicegender" value="male"/>
  <property name="voicename" value="Tom"/>
  <form>
    <field name="myfield">
      <grammar type="application/x-jsgf" mode="voice">
        ( one | two )+
      </grammar>
      <prompt>
        Say any number of the digits one or two.
      </prompt>
      <filled>
        You said <value expr="myfield"/>.
      </filled>
    </field>
  </form>
</vxml>
This code does not produce a male speaking voice. I have tried just setting the voicegender property, but still no luck. Any help would be greatly appreciated.

Thanks,
Scholarchip

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

Contact IVR sales representative

Post by support »

Hi Scholarchip,

Looking into your IVR onsite box, we saw that you have the IVR voice, "Samantha", installed. If you would like additional voices, please contact your sales representative.

Regards,
Plum Support

Post Reply