feat: + unit test

This commit is contained in:
莘权 马 2023-08-18 19:01:07 +08:00
parent 3c93573f93
commit 341037601a
8 changed files with 197 additions and 1 deletions

View file

@ -62,7 +62,7 @@ class AzureTTS:
# Export
def oas3_azsure_tts(text, lang="", voice="", style="", role="", subscription_key="", region=""):
"""oas3/tts/azsure
"""Text to speech
For more details, check out:`https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts`
:param lang: The value can contain a language code such as en (English), or a locale such as en-US (English - United States). For more details, checkout: `https://learn.microsoft.com/en-us/azure/ai-services/speech-service/language-support?tabs=tts`