补充了cut_method

This commit is contained in:
XTer 2024-03-11 14:21:48 +08:00
parent 49657b2dd6
commit f4402a74a4

View File

@ -64,6 +64,7 @@ cut_method = {
i18n("按中文句号。切"): "cut3",
i18n("按英文句号.切"): "cut4",
i18n("按标点符号切"): "cut5",
i18n("基于标点凑字切"): "auto_cut",
}
tts_config = TTS_Config("GPT_SoVITS/configs/tts_infer.yaml")