Jose P. Espinal
January 03, 2012
VoIP News
Tags: API, astcomments, asterisk, asterisk google voice, google voice api, google voice transcription api, linkedin, pound key, recognition service, speech, speech recog, speech recognition, text to speech
I’m exited to announce that Lefteris Zafiris has written an agi script that uses Google Voice API for voice recognition.
As the author says, “the script records from the current channel untill the pound key (#) is pressed or the timeout (15 seconds) is reached. The recording is send over to google speech recognition service and the returned text string is assigned to a channel variable.”
More info and dialplan examples can be found in the README file:
https://raw.github.com/zaf/asterisk-speech-recog/master/README
The script is available here:
https://github.com/zaf/asterisk-speech-recog
The author reports that the code is still young and not roughly tested so comments, suggestions and bug reports are more than welcome.
Enjoy this code jewel and please provide feedback/comments to the author.