1
0

style: 代码格式化

This commit is contained in:
david-ajax
2025-12-13 21:47:37 +08:00
parent a0b327cdbb
commit baa7ac8ee9
64 changed files with 755 additions and 573 deletions

View File

@@ -2,6 +2,7 @@ from .base import BaseTTS
import pathlib
import edge_tts
class EdgeTTS(BaseTTS):
name = "EdgeTTS"
@@ -12,4 +13,4 @@ class EdgeTTS(BaseTTS):
"zh-CN-YunjianNeural",
)
communicate.save_sync(str(path))
return path # type: ignore
return path # type: ignore