PhoneGap Android语音识别

时间:2014-01-05 14:12:27

标签: android cordova speech-recognition

我正在尝试将此脚本https://github.com/GoogleChrome/webplatform-samples/tree/master/webspeechdemo翻译成基于Apache Cordova的Android应用。

问题是该脚本仅适用于Google Chrome浏览器,当我在Android手机上测试时,它并没有做太多。有没有办法在我的应用启动时模仿Google Chrome?

谢谢

2 个答案:

答案 0 :(得分:5)

有一个用于cordova的语音识别插件:http://github.com/macdonst/SpeechRecognitionPlugin

以下是作者在美国Phonegap日发表的演讲: http://simonmacdonald.blogspot.it/2013/10/my-phonegap-day-us-talk-on-speech.html

我还没有尝试过这个插件,但看着视频看起来不错。

希望这有帮助!

答案 1 :(得分:1)

另一个快速&将语音识别添加到您的Cordova应用程序中的简单方法是使用ng-speech-recognition指令:

ng-speech-directive for AngularJS compatible Cordova