Speech-recog.agi
I want to try using google for speech recognition in Asterisk and I
found a ready made AGI:
http://zaf.github.io/asterisk-speech-recog/
I have followed all the steps listed in the web site but I keep getting this error:
I want to try using google for speech recognition in Asterisk and I
found a ready made AGI:
http://zaf.github.io/asterisk-speech-recog/
I have followed all the steps listed in the web site but I keep getting this error:
4 thoughts on - Speech-recog.agi
That’s because it uses a deprecated API and endpoint.
However, funny you should ask this, because I’ve just finished updating my Google TTS routine to take advantage of the new streamlined API.
If you can wait a couple of days, I’ve stick it up on the repo –
BUT… it’s going to require python3.5+, the way I do it…
Would that work for you?
—
If you’ll release it for python, I’ll take a stab at porting it to perl.
Mike
new version of the speech-recog agi that uses the Cloud Speech API. It is listed on the web site almost at the end. That one works perfectly.
Of course alternatives are always welcome.
—
Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez
+52 (55)8116-9161
—
Argh! Of course, you are correct! I had not noticed that either – why does he hide the working version right at the end?!
Anyway, that is your immediate requirement resolved, but I will still post python version for anyone who wishes for it, soon!
—