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
Gagan GautamPosted Mar 28, 2016, 1:13 PM
ali tuncerPosted Mar 28, 2016, 4:24 AM
I guess it is this one, but I am not sure:
https://www.microsoft.com/en-us/download/details.aspx?id=27225
Gagan GautamPosted Mar 28, 2016, 4:09 AM
ali tuncerPosted Mar 28, 2016, 3:51 AM
Gagan GautamPosted Mar 28, 2016, 3:39 AM
ali tuncerPosted Mar 28, 2016, 3:35 AM