hasib
hasib
> I have done something similar as already proposed elsewhere. > > I used _onSpeechPartialResults_ due to _onSpeechResults_ not working well on Android. > > I have also added _onSpeechEnd_...
> Hi, I'm having the same problem with the sample app on Android phones. The detection stops after a few seconds. I'm running this on Samsung S20 and S21 Ultra,...
No i have used the same library by doing some modifications On Thu, 15 Feb 2024 at 4:43 PM, codding123vbf ***@***.***> wrote: > I'm also getting the same issue I...
> Hi @HasibRawal > > Can u please share code snippets ? useEffect(()=>{ Voice. onSpeechStart = onSpeechStart; Voice. onSpeechRecognized = onSpeechRecognized; Voice. onSpeechEnd = onSpeechEnd; Voice.onSpeechError = onSpeechError; Voice.onSpeechResults =...