Voice recognising support

  • Thread starter Thread starter krishna murthy
  • Start date Start date
K

krishna murthy

Hi,

I want to design an appilication using .NET my
application should open word document and what ever i
speak using micro phones automatically text should enter
into the word document.



Regards,
krishna murthy.
 
Hi,

You need to use the speech sdk 5.1 for that.
http://www.microsoft.com/speech/download/sdk51/


Ken
---------------------
Hi,

I want to design an appilication using .NET my
application should open word document and what ever i
speak using micro phones automatically text should enter
into the word document.



Regards,
krishna murthy.
 
Hi Krishna,
Microsoft Office XP has speech recoginition built in. Theres more info about
it at http://www.microsoft.com/office/previous/xp/speech.asp. You could
script this using VB for office.

Windows XP also has speech recognition built in (part of the Speech API).
More info here
http://www.microsoft.com/windowsxp/using/setup/expert/moskowitz_02september23.mspx.

Heres a code project article demonstrating how to use the Microsoft Speech
API in .NET (in C#, sorry if thats a problem).
http://www.codeproject.com/cs/media/tambiSR.asp.

Regards,
Phil Harvey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

voice recognisation system 1
menu enable 1
speech system 3
Msword 3
Dragon voice recognition 1
Word Lock specific drop downs on a Word Document 0
Speech Recognition in Word 2003 on Vista 14
Cell validation 29

Back
Top