Android Offline SpeechToText by Biswajit - Crash after changing model (Fix)

Mike1970

Well-Known Member
Licensed User
Longtime User
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)

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
 
Top