services(TTSService): fix sentence cleanup

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-19 11:48:59 -07:00
parent 4c629e538e
commit 846ae765e5
2 changed files with 5 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `TTSService` end of sentence detection has been improved. It now works with
acronyms, numbers, hours and others.
- Fixed an issue in `TTSService` that would not properly flush the current
aggregated sentence if an `LLMFullResponseEndFrame` was found.
### Performance
- `CartesiaTTSService` now uses websockets which improves speed. It also