This commit is contained in:
unknown
2026-01-02 08:53:37 -08:00
parent 3ede501ecd
commit 0425979828

View File

@@ -1526,7 +1526,7 @@ def filter_sml(text:str)->str:
lambda m: f' ‡pause:{m.group(1)}' if m.group(1) else ' ‡pause‡ ',
text
)
text = TTS_SML['voice'].sub(
text = TTS_SML['voice']['match'].sub(
lambda m: f' ‡voice:{m.group(1)}',
text
)