So I have a Live Speech Recognizer that runs for 5s then stops. My problem is whenever I want to use the live speech recognizer again, it loads the models which wastes running time. Is there a way where I load the models only once?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So I have a Live Speech Recognizer that runs for 5s then stops. My problem is whenever I want to use the live speech recognizer again, it loads the models which wastes running time. Is there a way where I load the models only once?
You need to show your code to get help on this issue.