question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't change the voice without using SSML: SpeechConfig.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural"

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
yulin-licommented, May 13, 2021

using speech_config.speech_synthesis_voice_name = "vi-VN-HoaiMyNeural" is the right way to set the voice name.

0reactions
loopnguyencommented, May 13, 2021

The log shows your setting is correct. You can update this issue if you repro with standard key.

Ok. I will close this topic

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found