pbakondy / cordova-plugin-speechrecognition

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

iOS Speech Recognition not giving response. #98

Open vickyssj7 opened 5 years ago

vickyssj7 commented 5 years ago

I've an issue in iOS, sometimes my speech recognition works fine, and in some cases it didn't give me any response, is this related to iOS server, does this plugin uses apple speech recognition api to get result by decoding voice into text, or it uses iPhone speech recognition for that conversion, as I'm building an app in ionic and I need to know if it's something related to iOS server. Ans can you also tell me that if I call stoplistening event to stop the recognition then the possibility is 100% that the response will get returned.

Thanks

adnanumar commented 5 years ago

@vickyssj7 did you managed to resolved? Mine issue is different, i get response but delayed 20-30 seconds.

daniellyqueiroz commented 4 years ago

@ vickyssj7 você conseguiu resolvido? O meu problema é diferente, recebo resposta mas demora 20-30 segundos.

I am facing the same problem. Any solution?

sibin-p commented 4 years ago

@ vickyssj7 você conseguiu resolvido? O meu problema é diferente, recebo resposta mas demora 20-30 segundos.

I am facing the same problem. Any solution?

In my case, it is giving a response after around 2 minutes. And sometimes no response at all. Any solution? Did you manage to get it working? @vickyssj7 @daniellyqueiroz @adnanumar

NaveenK1612 commented 4 years ago

Same here I am facing the delayed response issue too. Both in Simulator and Iphone.

bolekro commented 4 years ago

Use startListening({showPartial: true})