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