You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
thrownewException($"Failed to load Speechly on-device Model Bundle. Please check if the file exists.\n{e.Message}");
176
+
thrownewException($"Failed to load Speechly model bundle. Please check if the file exists.\n{e.Message}");
177
177
}
178
178
179
-
if(bundle_buf.Length==0){
180
-
thrownewException($"Failed to load Speechly on-device Model Bundle. The file has zero length.\nAre you trying to load placeholder dummy.bundle? Please contact Speechly to enable on-device support.");
179
+
if(bundle_buf==null||bundle_buf.Length==0){
180
+
thrownewException($"Could not load Speechly model bundle or it has zero length.\nAre you trying to load placeholder dummy.bundle? Please contact Speechly to enable on-device support.");
thrownewException($"Failed to load Speechly on-device Model Bundle. Please check if the file exists.\n{e.Message}");
176
+
thrownewException($"Failed to load Speechly model bundle. Please check if the file exists.\n{e.Message}");
177
177
}
178
178
179
-
if(bundle_buf.Length==0){
180
-
thrownewException($"Failed to load Speechly on-device Model Bundle. The file has zero length.\nAre you trying to load placeholder dummy.bundle? Please contact Speechly to enable on-device support.");
179
+
if(bundle_buf==null||bundle_buf.Length==0){
180
+
thrownewException($"Could not load Speechly model bundle or it has zero length.\nAre you trying to load placeholder dummy.bundle? Please contact Speechly to enable on-device support.");
0 commit comments