Add append_trailing_space to TTSService to prevent vocalizing trailing punctuation; update DeepgramTTSService and RimeTTSService to use the arg
This commit is contained in:
1
changelog/3424.added.md
Normal file
1
changelog/3424.added.md
Normal file
@@ -0,0 +1 @@
|
||||
- Added `append_trailing_space` parameter to `TTSService` to automatically append a trailing space to text before sending to TTS, helping prevent some services from vocalizing trailing punctuation.
|
||||
1
changelog/3424.changed.md
Normal file
1
changelog/3424.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- `DeepgramTTSService` and `RimeTTSService` now set `append_trailing_space` to `True` to prevent punctuation (e.g., “dot”) from being pronounced.
|
||||
Reference in New Issue
Block a user