updated CHANGELOG.md with GoogleTTSService updates

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-11 14:36:21 -07:00
parent 0c30cc6ea6
commit 05dc2fa916

View File

@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### 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 - Added a `speed` arg to `OpenAITTSService` to control the speed of the voice
response. 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 - Added `OpenAIRealtimeLLMService` and `AzureRealtimeLLMService` which provide
access to OpenAI Realtime. access to OpenAI Realtime.
### Changed
- `pipeline.tests.utils.run_test()` now allows passing `PipelineParams` instead
of individual parameters.
### Removed ### Removed
- Remove `VisionImageRawFrame` in favor of context frames (`LLMContextFrame` or - 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 # 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 - `BaseOutputTransport` now implements `write_dtmf()` by loading DTMF audio and
sending it through the transport. This makes sending DTMF generic across all sending it through the transport. This makes sending DTMF generic across all
output transports. output transports.