Click here to Skip to main content
15,914,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I need a guidance to develop an application which provides Speech to Text functionality. I am working in C# windows project.

Requirement is very simple, my application has few text fields and every text field must accept input from user in form of Speech and then convert it into text.

Thanks in Advance
Posted
Updated 10-May-10 17:13pm

I'd be very surprised if the stuff built in to Vista is terribly good. Perhaps it is. If not, I suggest investigating buying the SDK offered by the Dragon Naturally Speaking folks. I bet it's not cheap.
 
Share this answer
 
As one of possible way is to use Voice XML (VXML). You will found a lot of information at www.voxeo.com. There is online support there with experts in this field.
 
Share this answer
 
There are several articles here on CodeProject relating to this subject. Goto the articles section and do a search for Speech Recognition;

Here is the first result i got;
Speech Recognition And Synthesis Managed APIs In Windows Vista[^]
 
Share this answer
 
v2
For Vista have a look at some new API's here.
 
Share this answer
 
You need to have a speech recognition tool to recognize the spoken words. And then it is very simple.
 
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