Daniel Chavez
2016-Feb-22 18:34 UTC
[asterisk-users] Voice recognition IVR Is it possible?
Thanks for the link. Are there no free alternatives for speech recognition?
Daniel, try this http://zaf.github.io/asterisk-speech-recog/. I have tested it myself, it works very well. Daniel> Am 22.02.2016 um 19:34 schrieb Daniel Chavez <topdog2046 at gmail.com>: > > Thanks for the link. > Are there no free alternatives for speech recognition? > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3579 bytes Desc: not available URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160222/c101581c/attachment.bin>
Daniel Chavez
2016-Feb-22 19:53 UTC
[asterisk-users] Voice recognition IVR Is it possible?
Thanks, this looks promising. I was wondering if there's an easier way to get this to work inside FreePBX? I have all of the dependencies installed for it, but now I want to know if there's a mod I can use in FreePBX to get it setup?
John Kiniston
2016-Feb-22 19:56 UTC
[asterisk-users] Voice recognition IVR Is it possible?
I think I saw an old page on the voip-info wiki on how to use CMU Sphinx with asterisk. http://www.voip-info.org/wiki/view/Sphinx IMHO It's not going to be anywhere as good as a commercial product without a lot of work. On Mon, Feb 22, 2016 at 11:34 AM, Daniel Chavez <topdog2046 at gmail.com> wrote:> Thanks for the link. > Are there no free alternatives for speech recognition? > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. ---Heinlein -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160222/d87a2b16/attachment.html>
CMU Sphinx is really good if you know what sentences you want to recognise I am not sure how well it works with random stuff but if you have a list of common phrasings then you can do really well (having used it recently) - although I would say its much better at recognising North American speech than NZ. I think there are different language options too. Cheers Duncan On 23/02/16 08:56, John Kiniston wrote:> I think I saw an old page on the voip-info wiki on how to use CMU > Sphinx with asterisk. > > http://www.voip-info.org/wiki/view/Sphinx > > IMHO It's not going to be anywhere as good as a commercial product > without a lot of work. > > On Mon, Feb 22, 2016 at 11:34 AM, Daniel Chavez <topdog2046 at gmail.com > <mailto:topdog2046 at gmail.com>> wrote: > > Thanks for the link. > Are there no free alternatives for speech recognition? > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > -- > A human being should be able to change a diaper, plan an invasion, > butcher a hog, conn a ship, design a building, write a sonnet, balance > accounts, build a wall, set a bone, comfort the dying, take orders, > give orders, cooperate, act alone, solve equations, analyze a new > problem, pitch manure, program a computer, cook a tasty meal, fight > efficiently, die gallantly. Specialization is for insects. > ---Heinlein > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160223/1209cc97/attachment.html>
Hi Daniel On Mon, 2016-02-22 at 19:40 +0100, Daniel Heckl wrote:> try this http://zaf.github.io/asterisk-speech-recog/. > I have tested it myself, it works very well.I wanted to try it, but I obtain the following error message: "speech-recog.agi,en-US: API key is missing. Aborting. " :-( What am I missing? Any hint? Frank