Can't change the voice without using SSML: SpeechConfig.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"
See original GitHub issueI 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
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (11 by maintainers)
Top Results From Across the Web
How to synthesize speech from text - Azure
To change the voice without using SSML, you can set the property on SpeechConfig by using SpeechConfig.SpeechSynthesisVoiceName ...
Read more >How do I change the voice in Azure text-to-speech?
For example, speechSynthesisVoiceName will need a change use the voice name tag as provided here. (Further down that page are standard voices).
Read more >Teach Azure to Speak with Azure Cognitive Services Text ...
Customizing the Voice By default, the SpeechConfig uses a voice with a name en-US-JessaRUS . This is a female voice. To get a...
Read more >Recognize and Synthesize Speech
WriteLine("Ready to use speech service in " + speechConfig.Region); // Configure voice speechConfig.SpeechSynthesisVoiceName = "en-US-AriaNeural";.
Read more >how to set Speaking speed on tts? · Issue #364
hi guys i able to set voice and lang. I want also to change the speed of the voice , i cant find...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
using
speech_config.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"
is the right way to set the voice name.Ok. I will close this topic