1
0
This commit is contained in:
david-ajax
2025-12-17 20:52:11 +08:00
parent 8da8354609
commit 38f720aa7b
30 changed files with 181 additions and 181 deletions

View File

@@ -17,7 +17,7 @@ class EdgeTTS(BaseTTS):
text,
"zh-CN-YunjianNeural",
)
logger.debug("EdgeTTS 通信对象创建成功正在保存音频")
logger.debug("EdgeTTS 通信对象创建成功, 正在保存音频")
communicate.save_sync(str(path))
logger.debug("EdgeTTS 音频已保存到: %s", path)
return path # type: ignore