Merge pull request #2268 from pipecat-ai/mb/inworld-changelog

Add changelog entry for InworldTTSService
This commit is contained in:
Mark Backman
2025-07-28 05:59:57 -07:00
committed by GitHub
2 changed files with 16 additions and 13 deletions

View File

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