Hi,
SpeechSynthesizer sp = new SpeechSynthesizer();
sp.Volume = 100000;
sp.SpeakAsync(txtMsg.Text);
sp.Rate = -4;
sp.Dispose();
english text speech working i need to play kannada text
i am using This code what i need kannada font text speech
Replies
Know the answer? Post it — somebody with the same question will find it here.