Dan Cropp
2017-Feb-22 15:43 UTC
[asterisk-users] Looking for Speech Recognition (ASR) suggestions
Is it correct that the unimrcp is the best approach for Asterisk and ASR/TTS? Could anyone provide pros/cons for the various ASR options for Asterisk? We need the ability for very large grammars (over 100,000 options). Because of this, my initial thought is Nuance or Lumenvox. Does this sound correct? Have a great day! Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170222/371708a5/attachment.html>
Luca Pradovera
2017-Feb-23 11:38 UTC
[asterisk-users] Looking for Speech Recognition (ASR) suggestions
Hello, you are correct. Very large grammars are only feasible with UniMRCP, and there is recognition quality to keep in mind too, which is far better on Nuance or Lumenvox than you can get with Pocketsphinx. We use Lumenvox with UniMRCP for most ASR use cases, but with 100,000 options it might very well be the only solution for you. Mind if I ask what the 100k options are for? Person names for a directory? Best regards, Luca On Wed, Feb 22, 2017 at 4:43 PM, Dan Cropp <dan at amtelco.com> wrote:> Is it correct that the unimrcp is the best approach for Asterisk and > ASR/TTS? > > > > Could anyone provide pros/cons for the various ASR options for Asterisk? > > We need the ability for very large grammars (over 100,000 options). > Because of this, my initial thought is Nuance or Lumenvox. Does this sound > correct? > > > > Have a great day! > > > > Dan > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170223/67df242a/attachment.html>
Dan Cropp
2017-Feb-24 17:35 UTC
[asterisk-users] Looking for Speech Recognition (ASR) suggestions
Hello Luca, Thank you for your response. I?m familiar with speech recognition and TTS, but new to MRCP. Yes, the 100k options is used for names in a directory listing. In the pre-MRCP support, Nuance ASR used API events/methods for the application to tell ASR when the prompt was playing and when it stopped. If ASR detected speech, it would signal an event so we would stop playing the prompt. When using MRCP for ASR, is MRCP responsible for playing any prompts during the recognition? Basically, I?m wondering if I need to copy all the prompts stored on our Asterisk box to the MRCP box so it can use them during the play/ASR. Or would some form of bridging be used for the play on Asterisk while MRCP would perform only the ASR? Have a great day! Dan From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Luca Pradovera Sent: Thursday, February 23, 2017 5:39 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Looking for Speech Recognition (ASR) suggestions Hello, you are correct. Very large grammars are only feasible with UniMRCP, and there is recognition quality to keep in mind too, which is far better on Nuance or Lumenvox than you can get with Pocketsphinx. We use Lumenvox with UniMRCP for most ASR use cases, but with 100,000 options it might very well be the only solution for you. Mind if I ask what the 100k options are for? Person names for a directory? Best regards, Luca On Wed, Feb 22, 2017 at 4:43 PM, Dan Cropp <dan at amtelco.com<mailto:dan at amtelco.com>> wrote: Is it correct that the unimrcp is the best approach for Asterisk and ASR/TTS? Could anyone provide pros/cons for the various ASR options for Asterisk? We need the ability for very large grammars (over 100,000 options). Because of this, my initial thought is Nuance or Lumenvox. Does this sound correct? Have a great day! Dan -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170224/09d513c2/attachment.html>