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 9 matches

by sureshkuyilath
Wed Jan 11, 2006 4:32 pm
Forum: Plum DEV Q&A
Topic: ABNF Grammar Report Error
Replies: 1
Views: 4535

ABNF Grammar Report Error

We have the platform version 2.5.0.12, with the Sphinx ASR. I was not able to get SRGS ABNF working. Grammar segment is given below, <grammar mode="dtmf" type="application/srgs" > <![CDATA[ #ABNF 1.0 ISO-8859-1; mode dtmf; root $nbr; public $nbr = 1 | 2 | 3 | 4 | "*" | "#" ; ]]> </grammar> What I am...
by sureshkuyilath
Wed Jan 04, 2006 5:01 pm
Forum: Plum DEV Q&A
Topic: Problem with External Grammar File
Replies: 4
Views: 6372

Thanks and glad to know that this will be available in the future. Lack of this will restrict portability, and also prevent the usage of third party grammars.
Regards,
Suresh
by sureshkuyilath
Wed Jan 04, 2006 2:06 pm
Forum: Plum DEV Q&A
Topic: Problem with External Grammar File
Replies: 4
Views: 6372

Thanks. That worked. But, I am still confused. Is that true according to the SRGS spec? The way I understood, the external grammar file must be a well formed XML document with elements from the namespace "http://www.w3.org/2001/06/grammar" version="1.0". The spec also gives examples such grammars. W...
by sureshkuyilath
Tue Jan 03, 2006 6:26 pm
Forum: Plum DEV Q&A
Topic: Problem with External Grammar File
Replies: 4
Views: 6372

Problem with External Grammar File

I have been experimenting with different grammar formats. We have the platform version 2.5.0.12, with the Sphinx ASR. I could not get this external grammar file working. The platform reports grammar error. <?xml version="1.0" encoding="iso-8859-1"?> <grammar mode="dtmf" type="application/srgs+xml" r...
by sureshkuyilath
Tue Jan 03, 2006 1:10 pm
Forum: Plum DEV Q&A
Topic: ABNF - Grammar
Replies: 0
Views: 5559

ABNF - Grammar

I have been experimenting with different grammar formats. We have the platform version 2.5.0.12, with the Sphinx ASR. I have the following questions, 1. Anybody is using Spinx ASR in production? Can this be used for fixed word recognition? I had tough time to get it recognized anything. I also have ...
by sureshkuyilath
Wed Sep 14, 2005 6:07 pm
Forum: Plum iOn Q&A
Topic: CCXML ?
Replies: 5
Views: 12439

CCXML ?

Are there any plans for supporting CCXML in your platform?
Thanks in advance.
Suresh
by sureshkuyilath
Wed Sep 14, 2005 5:57 pm
Forum: Plum DEV Q&A
Topic: Volume of TTS voice
Replies: 1
Views: 4776

Volume of TTS voice

Is there any way to increase the volume of the TTS voice? We have some recorded audio with TTS. The TTS volume is low compared to the recorded voice. TTS we have is the default (Cepstral).

Thanks in advance.
Suresh
by sureshkuyilath
Wed Nov 12, 2003 5:34 pm
Forum: Plum DEV Q&A
Topic: why do I get an error.badfetch for an <audio> tag ?
Replies: 2
Views: 7109

Thanks, That was my mistake. I overlooked the specification that you correctly pointed out.
Regards,
Suresh
by sureshkuyilath
Tue Nov 11, 2003 11:42 am
Forum: Plum DEV Q&A
Topic: why do I get an error.badfetch for an <audio> tag ?
Replies: 2
Views: 7109

why do I get an error.badfetch for an <audio> tag ?

According to VoiceXML standard, atrribute "src" is optional for tag "audio". If I don't use "src", TTS text is not played. Is that a known bug? If yes, could you please suggest a workaround? If not, what I am doing wrong? I could workaround by specifying a non-existing "src". That results in fetch e...