services(cartesia): allow output_format and model_id

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-04 19:24:33 -07:00
parent 854ffb0323
commit b515c28417
3 changed files with 16 additions and 7 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Allow passing `output_format` and `model_id` to `CartesiaTTSService` to change
audio sample format and the model to use.
- Added `DailyRESTHelper` which helps you create Daily rooms and tokens in an
easy way.