Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi friends...
I am developing website in which i want to implement functionality of "Speech To Text Conversion" in short "STT". Actually in my website when any user speaks through Headphone from his/her pc for reviews/comments on products, i want to detect his/her voice and convert it into text and fill the related textbox with appropriate pronounced text.
I have gone through below articles posted on code project :
1. C# Speech to Text[^] [^]
2. speech to text in c#[^] [^]
3. A Very Easy Introduction to Microsoft .NET Speech Synthesis (VB, C#, C++)[^] [^]

But these articles give me a small insight of the capabilities of the System.Speech assembly, I want the step by step process. I had read many articles regarding this but could not able to find step by step procedure for this. So please share your knowledge with me in step by step manner so that i can implement this in my website.
Note: I don't want to use any third party tool...

I'll be very thankful to you..

Sunil sharma
Posted
Updated 6-May-13 1:37am
v7

1 solution

Sorry to say but, ASP.NET is used in server side. Your client never know how is he/she is being served. So in an ASP.NET code, you cannot code a STT application.

Nevertheless, solutions such as Silverlight, (part of .NET) and Flash exist and can help you in this matter.
Since you are interested about Microsoft STT engine. Silverlight will be a good choice. You will need to develop a Silverlight app. The articles are already great. You just need to do a little mod to use them in Silverlight. Such as initialising the engine on an appropriate event. Setting up your own commands etc..
 
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