temporarily let it crash until I can fix
All checks were successful
Generic zig build / build (push) Successful in 21s

This commit is contained in:
Emil Lerch 2025-10-25 23:53:34 -07:00
parent 14651732e4
commit 29e8df571f
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -226,7 +226,9 @@ const SpeechHandler = struct {
}
try writer.print("\n\tSuggestion: {s}", .{suggestion});
}
if (std.mem.eql(u8, error_info.message, "Audio buffer overflow, clearing buffer to prevent data loss")) {
@panic("fatal error");
}
if (error_info.recoverable)
try writer.print("\n\tStatus: Recoverable - system will attempt to continue", .{})
else