Gagan Gautam

Gagan Gautam

  • NA
  • 45
  • 9.3k

I am getting Female Voice. How can i get male voice

Mar 28 2016 3:30 AM
sir,
I make C# speach Application .But i am getting female voice And my requirement is for male voice.
this is my code pelase check sir and reply asap 
 
 
private void button1_Click(object sender, EventArgs e)
{
voice.SelectVoiceByHints(VoiceGender.Male);
voice.SpeakAsync(textBox1.Text);
button2.Enabled = true;
button3.Enabled = true;
}
but used this code i am getting only female voice 

Answers (6)