docs: add docstring for voice_cloning_key and update CHANGELOG

This commit is contained in:
Manish Kumar
2025-09-04 22:45:51 +05:30
parent 2ee481d541
commit 4699ee8d86
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ 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.
- `BaseOutputTransport` now implements `write_dtmf()` by loading DTMF audio and
sending it through the transport. This makes sending DTMF generic across all
output transports.