Add sonic-3 languages to Cartesia TTS services

This commit is contained in:
Mark Backman
2025-11-04 07:55:40 -05:00
parent 0abc699f24
commit b1533ddfc4
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