Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,

I am developing an application, i have a doubt in speech recognition. when the user speaks, the application should capture and repeat what the user said. How to do that? Kindly guide me.



Thank you
Posted

1 solution

This is embedded in .NET. Reference the .NET assembly "System.Speech" and use System.Speech.Recognition.
See http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx[^] (start from this page).

—SA
 
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