Page 1 of 1

Changing voices in RealSpeak

Posted: Fri Mar 13, 2009 8:24 am
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

Contact IVR sales representative

Posted: Fri Mar 13, 2009 8:52 am
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