From 695031e902d6b62959748ec0265b57f286c5958b Mon Sep 17 00:00:00 2001 From: da3dsoul Date: Tue, 4 Apr 2023 00:19:56 -0400 Subject: [PATCH] Fix a typo in the Silero Preprocessor --- extensions/silero_tts/tts_preprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/silero_tts/tts_preprocessor.py b/extensions/silero_tts/tts_preprocessor.py index 11cf7c6..4a3aac4 100644 --- a/extensions/silero_tts/tts_preprocessor.py +++ b/extensions/silero_tts/tts_preprocessor.py @@ -28,7 +28,7 @@ alphabet_map = { "W": " Double You ", "X": " Ex ", "Y": " Why ", - "Z": "Zed" # Zed is weird, as I (da3dsoul) am American, but most of the voice models sound British, so it matches + "Z": " Zed " # Zed is weird, as I (da3dsoul) am American, but most of the voice models sound British, so it matches }