VoiceGuide IVR Software Main Page
Jump to content

Spanish Xml Tags For Tts

Recommended Posts

Do you have a reference to the documentation about the XML format tags for TTS?

 

I'm using Natual Voice: Rosa (spanish), Speech SDK 5.1

 

I tried this:

 

<?xml version="1.0" encoding="ISO-8859-1"?>

<speak version="1.0" xml:lang="en-US"

xmlns="http://www.w3.org/2001/10/synthesis">

<say-as type="date:ymd"> 2000/1/20 </say-as>

<!-- January 20th two thousand -->

Proposals are due in <say-as type="date:my"> 5/2001 </say-as>

<!-- Proposals are due in May two thousand and one -->

The total is <say-as type="currency">$20.45</say-as>

<!-- The total is twenty dollars and forty-five cents -->

</speak>

 

and the date part was not said correctly, only the currency part.

 

Any idea?

 

Thank you.

 

 

Fidencio Monroy.

Share this post


Link to post

The TTS maker would know what tags they would accept in the input to their TTS engine.

 

VoiceGuide just passes the entire TTS input to the TTS engine, without modifying any of it.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×