[voice] add text to voice

This commit is contained in:
wanggang
2023-03-07 23:28:57 +08:00
parent 1711a5c064
commit cc19017c01
5 changed files with 75 additions and 18 deletions

View File

@@ -8,3 +8,9 @@ class Voice(object):
Send voice to voice service and get text
"""
raise NotImplementedError
def textToVoice(self, text):
"""
Send text to voice service and get voice
"""
raise NotImplementedError