Update TranscriptProcessor unit tests

This commit is contained in:
Mark Backman
2025-11-07 11:28:12 -05:00
parent 4d1d6465fc
commit 03001f8047
2 changed files with 104 additions and 0 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