From 9aaae0106384c3b31e1adaaadab59e86d4a4fd96 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 25 Jul 2025 21:46:02 -0400 Subject: [PATCH] Add changelog entry for InworldTTSService --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020489822..b67ef1d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a new TTS service, `InworldTTSService`. This service provides + low-latency, high-quality speech generation using Inworld's streaming API. + - Added a new field `handle_sigterm` to `PipelineRunner`. It defaults to `False`. This field handles SIGTERM signals. The `handle_sigint` field still defaults to `True`, but now it handles only SIGINT signals.