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
fix: decode SSE audio stream properly for music and speech
Music streaming was writing raw SSE text instead of decoded audio bytes.
Two root causes:
- extra_info filter skipped all music events (null !== undefined is true)
- AbortSignal.timeout aborted long-running streaming responses
Extracted pipeAudioStream() to shared util; uses status===2 to skip
the terminal summary event. Disabled fetch timeout for streaming.
0 commit comments