human/tts/__init__.py

6 lines
157 B
Python
Raw Permalink Normal View History

2024-10-10 11:01:13 +00:00
#encoding = utf8
from .tts_edge import TTSEdge
2024-10-19 10:47:34 +00:00
from .tts_edge_http import TTSEdgeHttp
2024-10-11 12:09:54 +00:00
from .tts_audio_handle import TTSAudioSplitHandle, TTSAudioSaveHandle