Mentioning the recent SarvamTTSService changes in the changelog.

This commit is contained in:
Filipi Fuchter
2025-08-26 18:19:19 -03:00
committed by Filipi da Silva Fuchter
parent 6d582e41b7
commit c9aaa463b7

View File

@@ -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