Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
how can i make speech recognition system that take my sound and write it in a file as article??
thanks
Posted
Updated 2-Oct-12 8:37am
v2

You are looking for Speech API:

Look at those links:

Some wikipedia facts:
http://en.wikipedia.org/wiki/Microsoft_Speech_API[^]

Main MSDN page of that API:
http://msdn.microsoft.com/en-us/library/ee125663(v=vs.85).aspx[^]

Some samples:
http://msdn.microsoft.com/en-us/library/ee125102(v=vs.85).aspx[^]

Good luck!
 
Share this answer
 
I found 2 problems of your question.First one is,your question isn't complete,you named it speech to text software(but i think you don't need a software infact)..there are lots of software present now which converts speech to text efficiently..you find them easily if you google them.
Secondly,you tag it C++,C#,NET.I want to ask you,are you sure on which platform or language you will use to develop it?I ask you it,because different approaches need if you want to develop it in C# or C++. In C#,Microsoft Speech Api and System.Speech.Recognition dll will done every hard work for you.You will need just few lines of code to implement it.
As i developed a similar speech recognition project in C#,then i will recommend you to see the tutorial over this topics from here..
http://www.prodigyproductionsllc.com/articles/programming/simple-speech-recognition-using-c/[^]
I think this is a very good tutorial for a new developer who wants to work with Speech Recognition.Best of luck..:)
 
Share this answer
 
Hey,

Have a look at this..
You can get an idea..

speech recognizing using c# mobile application[^]

Good luck.
 
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