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

How do I globally change the voice for the application?

Answers to common Plum DEV questions

Moderators: admin, support

Locked
zipidy
Posts: 8
Joined: Tue Jul 04, 2006 8:28 am

voice tag

Post by zipidy »

is there anyway to change globally for the whole application the voice or i have to get a voice tag in al my prompts?

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

Post by support »

Hello,

In the upcoming version of the Plum platform there is a new feature which will allow developers to set a default voice or gender globally for their VoiceXML scripts. This release should be fully deployed in the next few weeks. Look for a post on this support forum about this upcoming release. Once fully deployed Plum will release all documention including new features. However, as a preview you will be able to use a property tag to specify your default voice either per page or in a root document:

Code: Select all

<property name="voicename" value="Julie"/>
This will set the default voice for all text-to-speech in the scope of the property tag. Similarly a "voicegender" property is supported.

Regards,
Plum Support

Locked