andrenatal / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Multi-grammar and stop engine (integration for Nuance and Vestec) #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product is patch made on?
V3.0.0

Please use labels and text to provide additional information.

- We use the uniMRCP connector with the VXI* (VoiceXML for asterisk module).
OpenVXI is able to load multiple grammars, so we added a list to be able to 
manage them.

- Stop the engine, if the user needs to stop the engine (DTMF interaction, 
specific Asterisk Timeout...), the standard speech API not specifies a stop 
function, so we added the fact that getting the results or unload/disable the 
grammar, generate a STOP to the engine.

- We tested the integration with Loquendo, Vestec, Nuance.

Regards,

Borja

Original issue reported on code.google.com by bsi...@gmail.com on 15 Nov 2010 at 7:48

Attachments:

GoogleCodeExporter commented 9 years ago
Borja, 

thanks for submitting this patch. I've just got a chance to basically review 
it. The suggested modifications are reasonable and mostly acceptable, but I'll 
need some more time to better analyze all the changes and apply them. So, I'll 
do that after the holidays.

Regards,
Arsen

Original comment by achalo...@gmail.com on 30 Dec 2010 at 3:04

GoogleCodeExporter commented 9 years ago
Hi Arsen,

Here the last version with some modifications (null pointer tests to avoid 
coredumps...).

Regards,

Borja

Original comment by bsi...@gmail.com on 7 Jan 2011 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Borja,

I divided, split the submitted patch into the logical parts and applied them 
one by one making a few modifications in the code, trying to enhance the 
functionality. Please see the comments and diffs of the following commits and 
let me know if I missed anything.

http://code.google.com/p/unimrcp/source/detail?r=1795
http://code.google.com/p/unimrcp/source/detail?r=1796
http://code.google.com/p/unimrcp/source/detail?r=1797

I also added you to the contributors list
http://code.google.com/p/unimrcp/source/detail?r=1798

Thnaks,
Arsen

Original comment by achalo...@gmail.com on 2 Feb 2011 at 8:22