cognitive-services-speech-sdk: Can't change the voice without using SSML: SpeechConfig.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"
I was follow this page: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=script%2Cwindowsinstall&pivots=programming-language-python#use-ssml-to-customize-speech-characteristics
And set the SpeechConfig.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"
But it didn’t work. I use Python and the SDK version 1.16.0
Update log file: https://drive.google.com/file/d/1ZfwlHEh5JEsiOR98pADIk9ye3ftHB7RJ/view?usp=sharing
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (11 by maintainers)
using
speech_config.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"
is the right way to set the voice name.