Merge pull request #2856 from pipecat-ai/mb/pr-2840-cleanup

Fix an issue in ElevenLabsHttpTTSService where the last word is not e…
This commit is contained in:
Mark Backman
2025-10-15 15:16:43 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue in `ElevenLabsTTSService` and `ElevenLabsHttpTTSService` where
the Flash models would split words, resulting in a space being inserted
between words.
- Fixed an issue where audio filters' `stop()` would not be called when using
`CancelFrame`.