HansH
Junior Member
Member # 3218
Rate Member
|
posted February 09, 2006 02:19 AM
Hi all ..... !
I am new to VXML and trying to educate myself, mainly from coding examples. That is, when I can get the examples to work ! For example, why
won't the following example, taken from the SSML v1.0 spec document work ? I am using Windows XP, the Opera voice enabled browser and I
am simply copying and pasting the code example into a standard text editor. Only text display, no sound and no error messages. What file
extension format do I have to save the program in ? Any additional header information to be inserted ? Can anyone enlighten me ?
Cheers, Hans
__________________
<?xml version="1.0"?> <speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/10/synthesis http://www.w3.org/TR/speech-synthesis/synthesis.xsd" xml:lang="en-US"> Take a deep breath <break/> then continue. Press 1 or wait for the tone. <break time="3s"/> I didn't hear you! <break strength="weak"/> Please repeat. </speak> ___________________
Posts: 2 | From: Thailand | Registered: Aug 2005
| IP: Logged
|