CartesiaTTSService: use AudioContextWordTTSService

By supporting multiple audio requests we fix an issue that was causing audio
overlapping.
This commit is contained in:
Aleix Conchillo Flaqué
2025-02-14 11:18:35 -08:00
parent cacb07f4c2
commit aeadb40c3f
2 changed files with 14 additions and 11 deletions

View File

@@ -105,6 +105,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `CartesiaTTSService` service issue that would cause audio overlapping
in some cases.
- Fixed a websocket-based service issue (e.g. `CartesiaTTSService`) that was
preventing a reconnection after the server disconnected cleanly, which was
causing an inifite loop instead.