From 337968199ab26e4f6a82f43e4eab8290cf69fed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 17 Jul 2024 20:58:10 -0700 Subject: [PATCH] update CHANGELOG with CartesiaTTSService and TTSService updates --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30730891..b962f7f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 processing the `StartInterruptionFrame`, so there's no need for these extra frames any more. +### Fixed + +- `TTSService` end of sentence detection has been improved. It now works with + acronyms, numbers, hours and others. + +### Performance + +- `CartesiaTTSService` now uses websockets which improves speed. It also + leverages the new Cartesia contexts which maintains generated audio prosody + when multiple inputs are sent, therefore improving audio quality a lot. + ## [0.0.36] - 2024-07-02 ### Added