The latest version, 1.1.0 should fix this by allowing memory growth
The underlying library, Vosk, doesn't allow dynamic model change. The best you can do here is delete both the model and recognizer, load the new model, and load the new recognizer with the new model.
I don't really know how. Could you tell me more on why you need to do this?
@xiz2020
Thanks for interesting project!
I have several questions:
Tested on localhost.
Thanks.