feat(azure_voice): add language detection, support mulitple languages

This commit is contained in:
lanvent
2023-04-23 04:22:37 +08:00
parent cae12eb187
commit 1e09bd0e76
4 changed files with 32 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ gTTS>=2.3.1 # google text to speech
pyttsx3>=2.90 # pytsx text to speech
baidu_aip>=4.16.10 # baidu voice
# azure-cognitiveservices-speech # azure voice
langid # language detect
#install plugin
dulwich