Click here to Skip to main content
16,015,414 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

i am having a doubt on Microsoft Speech Server, i have installed visual studio 2005 as well as visual studio 2008. now want to install Microsoft Speech Server. Whether it will give any impact for my visual studio. Please let me know, i am new to speech server
Posted

1 solution

Dear,

I don't know why are you trying to install Microsoft Speech Server, but if you want to make any Natural Language Processing application you can simply add the reference of System.Speech.

An example you can see:

C#
System.Speech.Synthesis.SpeechSynthesizer().Speak("Some text to Speech");



Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900