c# - Abnormal speech result -


i trying use ms tts technology in c#. using ms visual studio 2010 professional, , in windows 7 ultimate 32 bit.

following code

speechsynthesizer s = new speechsynthesizer(); s.selectvoicebyhints(voicegender.male); s.speak("what happening right now?"); 

when run code, thing can hear "bla bla bla". resulting "bla bla bla" sound, no words. if remove second line, can hear speak in default female voice. wrong here?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -