新增腾讯语音

This commit is contained in:
gaojia
2025-03-04 09:56:26 +08:00
parent 436c038a2f
commit ec1c6c7b92
4 changed files with 129 additions and 0 deletions

View File

@@ -50,4 +50,8 @@ def create_voice(voice_type):
from voice.xunfei.xunfei_voice import XunfeiVoice
return XunfeiVoice()
elif voice_type == "tencent":
from voice.telent.tencent_voice import TencentVoice
return TencentVoice()
raise RuntimeError