Browse Source

Fix a typo in the Silero Preprocessor

da3dsoul 3 năm trước cách đây
mục cha
commit
695031e902

+ 1 - 1
extensions/silero_tts/tts_preprocessor.py

@@ -28,7 +28,7 @@ alphabet_map = {
     "W": " Double You ",
     "W": " Double You ",
     "X": " Ex ",
     "X": " Ex ",
     "Y": " Why ",
     "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
 }
 }