From c9aaa463b7ae3b128d2b3a98bebb78fcd426b188 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Tue, 26 Aug 2025 18:19:19 -0300 Subject: [PATCH] Mentioning the recent SarvamTTSService changes in the changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d9e9f44..6f5014110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added an `LLMService.run_inference()` method to LLM services to enable direct, out-of-band (i.e. out-of-pipeline) inference. +### Changed + +- Updated `SarvamTTSService` to use WebSocket streaming for real-time audio + generation with multiple Indian languages, with HTTP support still available + via `SarvamHttpTTSService`. + ### Fixed - Fixed a `CartesiaTTSService` issue that was causing the application to hang