-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annyang! Cordova #296
Comments
Please show an example. |
@ardakazanci if you want to use Annyang with Cordova you will need to add in the speech rec plugin. https://github.com/macdonst/SpeechRecognitionPlugin Then the web speech API should be available for annyang to use. |
@macdonst can you confirm latest ios works? |
@ardakazanci boşver bu kazmalarla uğraşma hem ios hem android Artyom.js |
Attempting to use annyang with cordova speech recognition plugin Specifically to support Android. It does not work. Here's why . Annyang uses Web Speech Recognition (which is built into Chrome and Firfeox). The Cordova SpeechRecogntion plugin does not. For Android, it uses Google's Cloud Speech API -https://cloud.google.com/speech/ If anybody has an annyang text -> command work around, love to hear it. |
@lesliepound try this one: https://www.npmjs.com/package/phonegap-plugin-speech-recognition which is based on the web speech api and uses the Android speech rec package. |
Hi,
Has anyone tried to use annyang ? i've tried but doesn't seem to work, or maybe it's just that i did it wrongly.
So, if you have tried maybe you can show me some example on how to use this on cordova ?
The text was updated successfully, but these errors were encountered: