Merge pull request #4082 from pipecat-ai/filipi/sarvam_tts_improvements

Improvements to SarvamTTSService.
This commit is contained in:
Filipi da Silva Fuchter
2026-03-20 10:28:02 -04:00
committed by GitHub
2 changed files with 7 additions and 23 deletions

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

@@ -0,0 +1 @@
- Fixed `SarvamTTSService` audio and error frames now route through `append_to_audio_context()` instead of `push_frame()`, ensuring correct behavior with audio contexts and interruptions.