From 05dc2fa916a842346e447d92d570a1d1dd0de8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 11 Sep 2025 14:36:21 -0700 Subject: [PATCH] updated CHANGELOG.md with GoogleTTSService updates --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dc8f69b..063dda9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added `voice_cloning_key` to `GoogleTTSService` to support custom cloned + voices. + +- Added `speaking_rate` to `GoogleTTSService.InputParams` to control the + speaking rate. + - Added a `speed` arg to `OpenAITTSService` to control the speed of the voice response. @@ -36,6 +42,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `OpenAIRealtimeLLMService` and `AzureRealtimeLLMService` which provide access to OpenAI Realtime. +### Changed + +- `pipeline.tests.utils.run_test()` now allows passing `PipelineParams` instead + of individual parameters. + ### Removed - Remove `VisionImageRawFrame` in favor of context frames (`LLMContextFrame` or @@ -167,8 +178,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Handle navigation failure ``` -- Added `voice_cloning_key` to `GoogleTTSService` to support custom cloned voices. -- Added `speaking_rate` to `GoogleTTSService.InputParams` to control the speaking rate. - `BaseOutputTransport` now implements `write_dtmf()` by loading DTMF audio and sending it through the transport. This makes sending DTMF generic across all output transports.