Hi everyone, i don't know if this is the right place to post this.
I'm trying out the library wrapped from
@Biswajit (awesome work)
This is a wrapper of Acephei VOSK , With this, you can add continuous offline speech recognition feature to your application, NOTE: As it works offline the app should be complied with the voice model. It will increase the app size by 30-40Mb. The accuracy depends on the voice model. You can...
I tried changing the voice model to work with another language, and when it comes to do the
STT.Initialize
function the app crashes without any error.
Solution:
1. Rename the zip in order to not have any special character (to be sure just put "
model.zip" like suggested)
2. You have to change the foder name
INSIDE the
model.zip too, otherwise it will remain the same even if you changed the zip name
I hope it can be useful to someone