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
voice endpoints: pre-validate audio with av.open, 400 on undecodable or silent input
Feeding non-audio bytes into whisper could hard-crash the worker (not a catchable
exception), which surfaced to DreamOS as a dead request / 500. Both voice endpoints now
decode-check first and return a friendly 400; empty transcriptions also 400.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FTdT6AcZMfnUfhiNA92T5e
0 commit comments