Clean up on Sarvam STT and TTS classes

This commit is contained in:
Mark Backman
2026-02-07 10:53:43 -05:00
parent 3ff9b7b5ad
commit 6305e04569
5 changed files with 50 additions and 44 deletions

View File

@@ -0,0 +1 @@
- Added `bulbul:v3-beta` TTS model support for Sarvam AI with temperature control and 25 new speaker voices.

1
changelog/3671.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `saaras:v3` STT model support for Sarvam AI with new `mode` parameter (transcribe, translate, verbatim, translit, codemix) and prompt support.

1
changelog/3671.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed issues in Sarvam STT and TTS services: missing event handler registration for VAD signals, `Optional[bool]` type annotations, WebSocket state cleanup on API errors, and TTS disconnect/reconnection state management.