fix: Use AudioContextWordTTSService context methods in ElevenLabsTTSService

This commit is contained in:
Mark Backman
2025-06-02 14:49:05 -04:00
parent ab18b280e9
commit c6f1aa8086
2 changed files with 15 additions and 10 deletions

View File

@@ -83,6 +83,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with `ElevenLabsTTSService` where long responses would
continue generating output even after an interruption.
- Fixed an issue with the `OpenAILLMContext` where non-Roman characters were
being incorrectly encoded as Unicode escape sequences. This was a logging
issue and did not impact the actual conversation.