Merge pull request #1946 from pipecat-ai/mb/fix-11labs-context

fix: Use AudioContextWordTTSService context methods in ElevenLabsTTSS…
This commit is contained in:
Mark Backman
2025-06-02 14:55:49 -04:00
committed by GitHub
2 changed files with 15 additions and 10 deletions

View File

@@ -88,6 +88,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.