services(cartesia): added CartesiaHttpTTSService

This commit is contained in:
Aleix Conchillo Flaqué
2024-09-18 22:46:13 -07:00
parent fbf6eef68f
commit 8224538372
3 changed files with 89 additions and 5 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `CartesiaHttpTTSService`. This is a synchronous frame processor
(i.e. given an input text frame it will wait for the whole output before
returning).
- A clock can now be specified to `PipelineTask` (defaults to
`SystemClock`). This clock will be passed to each frame processor via the
`StartFrame`.