SimpleTextAggregator: Strip whitespace in the returned aggregation

This commit is contained in:
Mark Backman
2025-12-17 09:46:40 -05:00
parent c8a86059fb
commit 16e304016d
2 changed files with 4 additions and 3 deletions

1
changelog/3247.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue in `SimpleTextAggreagtor` where spaces were not being stripped before returning the aggregation. This resulted in an extra space for TTS services that don't support word-timestamp alignment data.