TalAter / annyang

:speech_balloon: Speech recognition for your site
https://www.talater.com/annyang/
MIT License
6.55k stars 1.05k forks source link

Annyang! Cordova #296

Open ardakazanci opened 6 years ago

ardakazanci commented 6 years ago

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 ?

ardakazanci commented 6 years ago

Please show an example.

macdonst commented 6 years ago

@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.

kiralikbeyin commented 6 years ago

@macdonst can you confirm latest ios works?

kiralikbeyin commented 6 years ago

@ardakazanci boşver bu kazmalarla uğraşma hem ios hem android https://ourcodeworld.com/articles/read/534/how-to-add-a-language-that-is-not-totally-supported-by-artyom-js

Artyom.js

lesliepound commented 6 years ago

Attempting to use annyang with cordova speech recognition plugin https://github.com/pbakondy/cordova-plugin-speechrecognition

Specifically to support Android. It does not work. Here's why .

Annyang uses Web Speech Recognition (which is built into Chrome and Firfeox). _https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API_

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.

macdonst commented 5 years ago

@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.