Michael

Results 3 issues of Michael

Hi, we upgraded to 2.0.0. Following exception is thrown: ``` org.json.JSONException: No value for manufacturer at org.json.JSONObject.get(JSONObject.java:399) at org.json.JSONObject.getString(JSONObject.java:560) at com.jaredrummler.android.device.DeviceName$DeviceInfo.(DeviceName.java:374) at com.jaredrummler.android.device.DeviceName$DeviceInfo.(DeviceName.java:347) at com.jaredrummler.android.device.DeviceName.getDeviceInfo(DeviceName.java:186) at com.jaredrummler.android.device.DeviceName.getDeviceName(DeviceName.java:138) ```

Hi, after some runtime (2 - 8h) the app crashes with the following error. Looks like a native crash in libvosk_jni.so. How can we fix that issue? 2021-01-27 10:34:06.666 ?...

Hi, as our goal is to reduce apk/bundle sizes, we download the needed models during runtime. On some occasions loading a model results in a hard crash of our app....