Guest fmonroy Report post Posted 04/28/2006 06:15 AM 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
SupportTeam Report post Posted 04/28/2006 06:25 AM 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
SupportTeam Report post Posted 05/09/2006 05:18 AM You could also have a look at the tags are defined by the SAPI standard. See: http://msdn.microsoft.com/library/default....TS_Tutorial.asp Share this post Link to post