CJure

Results 1 issues of CJure

Hi, I am testing VOSK on Android and when instantiate Recognizer app crashes. I use following code: ``` private void startRecording() { try { Log.i("VOSK","START"); StorageService.unpack(context, "model-en-us", "model", (tempModel) ->...