Hi Jim,

>From conceptual viewpoint, mod_unimrcp is just an alternate implementation of 
>an abstract ASR/TTS interface FreeSWITCH provides.
Therefore you can use it exactly the same way as other ASR/TTS modules.
See scripts/javascript/ps_pizza.js in FS tree for a working example.

The only thing you should know and change there is module name
< var asr = new SpeechDetect(session, "pocketsphinx"); 
> var asr = new SpeechDetect(session, "unimrcp");

Typically you can specify any grammar your MRCP server supports.



________________________________
From: Jim Page <[email protected]>
To: "[email protected]" 
<[email protected]>
Sent: Thursday, September 24, 2009 1:25:20 PM
Subject: [Freeswitch-users] ASR using mod_unimrcp, vlingo

Hi All

Has anyone had any experience doing ASR with mod_unimrcp in javascript? In 
particular, how do you deal with grammars? A simple piece of demo code would be 
massively appreciated - the documentation on mod_unimrcp ASR javascript 
bindings is TBD, which I assume means 'to be documented' ... unless it means 
'to be developed' ...

Also is anyone aware of a vlingo integration for freeswitch?

All the best
Jim

_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to