You've already forked HeurAMS-Legacy
更新 providers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import pathlib
|
||||
|
||||
class BaseTTS:
|
||||
name = "BaseTTS"
|
||||
|
||||
@classmethod
|
||||
def convert(cls, text: str, path: pathlib.Path | str = "") -> pathlib.Path:
|
||||
"""path 是可选参数, 不填则自动返回生成文件路径"""
|
||||
return path # type: ignore
|
||||
Reference in New Issue
Block a user