<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;">Hi Jim,<br><br>From conceptual viewpoint, mod_unimrcp is just an alternate implementation of an abstract ASR/TTS interface FreeSWITCH provides.<br>Therefore you can use it exactly the same way as other ASR/TTS modules.<br>See scripts/javascript/ps_pizza.js in FS tree for a working example.<br><br>The only thing you should know and change there is module name<br>&lt; var asr = new SpeechDetect(session, "pocketsphinx"); <br>&gt; var asr = new SpeechDetect(session, "unimrcp");<br><!-- ORIGINAL --><br>Typically you can specify any grammar your MRCP server supports.<br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Jim
 Page &lt;jim.page@redmatter.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> "freeswitch-users@lists.freeswitch.org" &lt;freeswitch-users@lists.freeswitch.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, September 24, 2009 1:25:20 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [Freeswitch-users] ASR using mod_unimrcp, vlingo<br></font><br>
Hi All<br><br>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' ...<br><br>Also is anyone aware of a vlingo integration for freeswitch?<br><br>All the best<br>Jim<br><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br><span><a target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br><span>UNSUBSCRIBE:<a target="_blank"
 href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a></span><br></div></div></div></body></html>