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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Bug Fixes
Restore fixed WebSocket failure status code 44 for handshake failure (#257)
The 4xx fail-fast change started surfacing the upstream HTTP status code (e.g. 401) in the ApiException status, which breaks callers that rely on the fixed websocket failure status code 44
Improvements
Refactor CosyVoice TTS stability and WebSocket handshake error handling (#256)
Fix TTS cancel hang when connecting
WebSocket handshake 4xx fail-fast instead of retrying
Make audio streaming pool size and queue configurable
Support flush() in SpeechSynthesizerV2
Code Quality
Add comprehensive test coverage for WebSocket error handling