This is topic Help on Coding Examples Needed in forum Conformance at VoiceXML Forum Community Message Board.
To visit this topic, use this URL:
http://www.voicexml.org/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic;f=6;t=000018
Posted by HansH (Member # 3218) on February 09, 2006, 02:16 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>
___________________
Posted by spkydog (Member # 2785) on March 01, 2006, 09:17 AM:
Opera 8 for windows implements XHTML+Voice which is a multimodal markup language based upon VoiceXML. Opera used IBM's speech technology to implement the speech modality, and unfortunately last I checked it did not support the W3C SRGS and SSML specifications. Opera (or IBM?) PLEASE fix this...
If your primary interest is in authoring standard VoiceXML content (i.e. voice-only), I'd suggest you check out one of the many excellent VoiceXML development websites and tools that are available for free. You'll also find these tools do a better job of error reporting, debugging, etc.
UBB.classicTM
6.3.1.2