Open pendave opened 1 year ago
https://learn.microsoft.com/en-us/azure/cognitive-services/Speech-Service/language-support?tabs=tts for voice in voices: if voice["Locale"] == "zh-CN": print("Chinese voices found: ", voice["ShortName"]) await mss.set_voice(voice["Name"])
for voice in voices: if voice["Locale"] == "zh-CN": print("Chinese voices found: ", voice["ShortName"]) await mss.set_voice(voice["Name"])
I can't use: such as zh-CN-henan zh-CN-liaoning .........
I already said, even wrote in the readme, that I used a different API from Edge read aloud and recently they started to restrict it. But free unlimited forever. I hope to be forever.
https://learn.microsoft.com/en-us/azure/cognitive-services/Speech-Service/language-support?tabs=tts
for voice in voices: if voice["Locale"] == "zh-CN": print("Chinese voices found: ", voice["ShortName"]) await mss.set_voice(voice["Name"])
I can't use: such as zh-CN-henan zh-CN-liaoning .........