Merge pull request #3837 from alts/alts/append-trailing-space

Add `append_trailing_space` to all Rime websocket services
This commit is contained in:
Mark Backman
2026-02-25 13:35:07 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

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

@@ -0,0 +1 @@
- Fixed issues with `RimeNonJsonTTSService` where trailing punctuation is sometimes vocalized

View File

@@ -846,6 +846,7 @@ class RimeNonJsonTTSService(InterruptibleTTSService):
aggregate_sentences=aggregate_sentences,
push_stop_frames=True,
pause_frame_processing=True,
append_trailing_space=True,
**kwargs,
)
params = params or RimeNonJsonTTSService.InputParams()