Click here to Skip to main content
15,917,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
am undergraduate in IT campus.My fourth year research project is based on speech recognition.our main objective is create a tool which help (note pad,word pad or ms word)do the task using voice recognition.when we give command using mic or something that tool have to respond.my problem is how we appear (get) a bit stream from a sound card.which is help to recognize the words,what user say ....
Posted

You may consider using Multimedia Audio API [^], i.e. waveInOpen [^], waveInPrepareHeader [^], etc.
An example of usage (a bit dated though) here: http://www.techmind.org/wave/
:)
 
Share this answer
 
I think it would be better to use Speech Recognition API of .NET as it is already implemented and would be easier to invoke.

Use
Speech Recognition And Synthesis Managed APIs In Windows Vista[^]

It will actually work in Windows Vista or higher.

:cool:
 
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