alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
714 stars 187 forks source link

Real time speech output timestamp of each word #188

Open ChenCong168 opened 2 years ago

ChenCong168 commented 2 years ago

Currently after I finish speaking a paragraph, the onResult function returns the timestamps of all words at once. I speak in real time, how can I output the start and end time of each word in real time? Please how do I need to modify?

abouquet commented 1 year ago

Hi, did you try to get result from onPartialResult ?