need help regarding voice

bhavin12300

Active member
Joined
Sep 18, 2007
Messages
44
Programming Experience
Beginner
hi!!i want to build an application which convert voice to text.

my application only gets input from the mic and convert that it into text.
my input is in form of name only.(means name of person)

can anyone just give me guidance what to use and how..
any help is appreciable.

waiting for reply.
 
Install .Net 3.0, you can use it with VS 2005 as extension, it has voice recognition with System.Speech.Recognition namespace. This depends on SAPI (Vista 5.3 or XP 5.1), which you also can use as COM object without .Net 3.0, see for example this thread.
 

Latest posts

Back
Top