pbakondy / cordova-plugin-speechrecognition

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

speech to text response delayed 20 seconds on ios > 12 #101

Closed adnanumar closed 5 years ago

adnanumar commented 5 years ago

I am working with android and ios app, speech recognition is working fine for android but on ios devices "string" response taking about 20 seconds to return the text. May be this can help : On first time permission access, it return 'denied' status but after second time its 'granted'.

adnanumar commented 5 years ago

@pbakondy can you please guide me toward right direction as i am stuck here like forever.

adnanumar commented 5 years ago

I missed this part sorry, "There is a difference between Android and iOS platforms. On Android speech recognition stops when the speaker finishes speaking (at end of sentence). On iOS the user has to stop manually the recognition process by calling stopListening() method."