pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

interaction between the plugin and annyang #58

Open nirsharony opened 6 years ago

nirsharony commented 6 years ago

Hello,

I understand that the cordova-plugin-speechrecognition library uses the Google Speech API. I was able to to get this plugin to interact with the device's microphone (Android 6.0.1). Once the interaction was done, I was able to successfully get voice input into another framework called annyang (before adding the plugin, no voice input was getting into annyang).

I have two questions

Thanks in advance, Nir

bknill commented 5 years ago

Did you ever get an answer to this magic?

I'm trying to do the same thing.. however without the annoying Google UI popping up.