From ead361f665f6e610a9a2f71af3a202837fc7ece8 Mon Sep 17 00:00:00 2001 From: Hwuiwon Kim Date: Thu, 20 Nov 2025 07:45:13 -0500 Subject: [PATCH] fix --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69eb897a..5749e60da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added word-level timestamps support to Hume TTS service +- Added optional speaking rate control to `InworldTTSService`. + ### Changed - ⚠️ Breaking change: `LLMContext.create_image_message()`, @@ -89,6 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prevented `HeyGenVideoService` from automatically disconnecting after 5 minutes. +- Fixed `InworldTTSService` audio config payload to use camelCase keys expected + by the Inworld API. + ## [0.0.94] - 2025-11-10 ### Changed