This commit is contained in:
2025-09-06 10:40:29 +08:00
parent 4953e8712b
commit 4ed874ba4b
5 changed files with 1 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ class XunFeiAudioEvaluator_cn:
"tte": "utf-8",
"cmd": "ssb",
"auf": "audio/L16;rate=16000", # 修复参数格式错误
"aue": "raw", # 中文推荐使用raw格式
"aue": "lame",
"text": '\uFEFF' + "[content]\n" + self.txt, # 确保UTF8 BOM
"extra_ability": "multi_dimension" # 启用多维度评分
},