Merge pull request #2973 from pipecat-ai/mb/cartesia-sonic-3-languages

Add sonic-3 languages to Cartesia TTS services
This commit is contained in:
Mark Backman
2025-11-04 14:43:06 -05:00
committed by GitHub
2 changed files with 31 additions and 1 deletions

View File

@@ -9,13 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support for new sonic-3 languages in `CartesiaTTSService` and
`CartesiaHttpTTSService`.
- `EndFrame` and `EndTaskFrame` have an optional `reason` field to indicate why
the pipeline is being ended.
- `CancelFrame` and `CancelTaskFrame` have an optional `reason` field to
indicate why the pipeline is being canceled. This can be also specified when
you cancel a task with `PipelineTask.cancel(reason="cancellation your
reason")`.
reason")`.
### Fixed