Merge pull request #3004 from pipecat-ai/mb/improve-concat-aggregated-text

Improve concatenate_aggregated_text string utility
This commit is contained in:
Mark Backman
2025-11-07 12:37:12 -05:00
committed by GitHub
3 changed files with 138 additions and 6 deletions

View File

@@ -80,6 +80,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved `concatenate_aggregated_text()` to one word outputs from OpenAI
Realtime and Gemini Live. Text fragments are now correctly concatenated
without spaces when these patterns are detected.
- `STTMuteFilter` no longer sends `STTMuteFrame` to the STT service. The filter
now blocks frames locally without instructing the STT service to stop
processing audio. This prevents inactivity-related errors (such as 409 errors