alphacep / vosk-android-demo

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

Add onReadyForSpeech and onBeginningOfSpeech #219

Open Dhaval006 opened 4 months ago

Dhaval006 commented 4 months ago

can we add onReadyForSpeech and onBeginningOfSpeech similar methods that are triggered before onPartialResult so that we can handle them while taking?

nshmyrev commented 4 months ago

Sure, please submit a patch

Dhaval006 commented 4 months ago

I haven't any changes in the repository so can you add it for me? I mean, Can you add two methods as mentioned above in a RecognitionListener?

nshmyrev commented 4 months ago

Sure, but it will take time. You'd better implement this thing yourself and submit a patch