|
Author
|
Topic: Help on Coding Examples Needed
|
HansH
Junior Member
Member # 3218
Rate Member
|
posted 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> ___________________
Posts: 2 | From: Thailand | Registered: Aug 2005
| IP: Logged
|
|
spkydog
Member
Member # 2785
Member Rated:
|
posted 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.
-------------------- http://spkydog.blogspot.com
Posts: 64 | Registered: May 2004
| IP: Logged
|
|
|