voice icon indicating copy to clipboard operation
voice copied to clipboard

onSpeechRecognized is not called

Open iamrohitagg opened this issue 1 year ago • 2 comments

I am trying to run the example code snippet provided in the documentation.But the problem is that my onSpeechRecognized event listener does not work and my onSpeechResults is called in which I am getting all the results correctly.

iamrohitagg avatar Jul 30 '22 11:07 iamrohitagg

Same issue, any solution ???

filmverse avatar Jul 19 '23 21:07 filmverse

I came here looking for this. It looks to me like maybe onSpeechStart is called twice? I'm not totally done diagnosing and digging, but it seems like onSpeechStart is called when it should be (when the engine is initialized) and then again right when speech begins - at the point where I believe onSpeechRecognized should be called.

adrian-kaehler avatar Oct 19 '23 00:10 adrian-kaehler