diff --git a/language/en.json b/language/en.json index de9976c..05eb99c 100644 --- a/language/en.json +++ b/language/en.json @@ -83,7 +83,6 @@ "Suffix _p indicates prompt, which has stronger effect but may impact quality." ], "SSML_SPLITER_GUIDE": [ - "- Character limit details can be found in README. Excess will be truncated.", "- If the last character is swallowed and not read, try adding `[lbreak]` at the end.", "- If the text is all in English, it is recommended to disable text standardization." ], @@ -97,12 +96,10 @@ ], "SSML_TEXT_GUIDE": [ - "- Maximum 3000 characters. Excess will be truncated.", "- For more information about SSML, refer to this [documentation](https://github.com/lenML/ChatTTS-Forge/blob/main/docs/SSML.md)" ], "TTS_TEXT_GUIDE": [ - "- Character limit. Excess will be truncated.", "- If the last character is swallowed and not read, try adding `[lbreak]` at the end.", "- If the input text is all in English, it is recommended to disable text standardization." ], diff --git a/language/zh-CN.json b/language/zh-CN.json index 2c130e5..963d09a 100644 --- a/language/zh-CN.json +++ b/language/zh-CN.json @@ -82,7 +82,6 @@ "💼Speaker file": "💼音色文件", "TTS_STYLE_GUIDE": ["后缀为 _p 表示带prompt,效果更强但是影响质量"], "SSML_SPLITER_GUIDE": [ - "- 字数限制详见README,超过部分将截断", "- 如果尾字吞字不读,可以试试结尾加上 `[lbreak]`", "- 如果文本为全英文,建议关闭文本标准化" ], @@ -96,12 +95,10 @@ ], "SSML_TEXT_GUIDE": [ - "- 线上版本有字符限制,超过会被截断,具体限制见readme文档", "- 关于SSML可以看这个 [文档](https://github.com/lenML/ChatTTS-Forge/blob/main/docs/SSML.md)" ], "TTS_TEXT_GUIDE": [ - "- 字数限制,超过部分将截断", "- 如果尾字吞字不读,可以试试结尾加上 `[lbreak]`", "- If the input text is all in English, it is recommended to check disable_normalize" ],