Merge pull request #1751 from pipecat-ai/mb/11labs-enable_ssml_parsing

Add enable_ssml_parsing and enable_logging to ElevenLabsTTSService
This commit is contained in:
Mark Backman
2025-05-06 16:25:20 -04:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `enable_ssml_parsing` and `enable_logging` to `InputParams` in
`ElevenLabsTTSService`.
- Added support to `RimeHttpTTSService` for the `arcana` model.
### Fixed