Voice / Speech recognition - PhoneGap
Is there any plugin available to implement Voice recognition capability for PhoneGap app.
I came across ;
Combine Phono Mobile with Tropo’s Cloud Communications API to create voice-enabled self-service applications which can include: speech recognition and text-to-speech in 24 languages, conferencing,开发者_如何学Python call recording, voice transcription, and call transfers.
But the Tropo is a paid service, is there any open service available?
My PhoneGap SpeechRec plugin for Android was just merged into the codebase. If your requirements are Android-only, this should do the trick.
PhoneGap Plugin tree for Android: https://github.com/phonegap/phonegap-plugins/tree/master/Android
If you use ionic, it is possible to add a simple AngularJS directive and make it work:
ng-speech-recognition
精彩评论