riderodd / react-native-vosk

Speech recognition module for react native using Vosk library
MIT License
36 stars 9 forks source link

onFinalResult never triggered? #33

Closed laurent22 closed 1 year ago

laurent22 commented 1 year ago

I'm trying to get onFinalResult to trigger because, as I understand, it contains the final text after processing. However it doesn't seem to ever trigger, and I use the stop() method. Any idea about this?

laurent22 commented 1 year ago

Sorry, my bad, it was code that was wrong (I was clearing all the event handlers before calling stop()...)