We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 3 matches

by ifbyphone
Sun May 15, 2005 5:45 pm
Forum: Plum DEV Q&A
Topic: Error creating grammar
Replies: 1
Views: 6389

Error creating grammar

The following grammar: http://ifbyphone.com/grammar/game050515195913.grxml Validates correctly with both the SRGS/XML and Grammar Tester tool. And it works correctly with the grammar tester tool. But when referenced in a script as: <field name="yousaid"> <grammar type="application/srgs+xml" src="htt...
by ifbyphone
Thu May 12, 2005 3:45 pm
Forum: Plum DEV Q&A
Topic: Changing efault voice?
Replies: 1
Views: 6221

Changing efault voice?

Is it possible to use a property or meta tag to change the default voice from male to female?

In addition are their any properties that can be used to change the default TTS prosody rate?
by ifbyphone
Thu May 05, 2005 6:48 pm
Forum: Plum DEV Q&A
Topic: Link grammar does not set
Replies: 1
Views: 6066

Link grammar does not set

Link grammars do not seem to work to set the lastresult variable on the Plum Platform. The follow code works fine on a number of other platforms. <link event="main_menu"> <grammar type="application/srgs+xml" root="mm"> <rule id="mm" scope="public"> <one-of> <item> help </item> <item> news </item> <i...