System.Speech.Synthesis.SpeechSynthesizer - how to customize the voice?
Posted
by LexRema
on Stack Overflow
See other posts from Stack Overflow
or by LexRema
Published on 2010-06-15T11:56:16Z
Indexed on
2010/06/15
12:02 UTC
Read the original article
Hit count: 329
c#
|text-to-speech
Hello.
SpeechSynthesizer allows peaking different voices by using
SelectVoiceByHints(VoiceGender, VoiceAge)
function (as I understood). But no customization happens if I change the gender and voice age.
Can you explain why? And if I'm doing something wrong, what is correct way to do that?
Thank you.
© Stack Overflow or respective owner