There is a way to integrate Speech Recognition within Visual Basic 6 projects?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Here are some useful resources about that:

Youtube Video on Speech Recognition in VB6
VB and Voice Recognition
VB6 Speech Recognition

link|improve this answer
feedback

You can add voice and text to speech to your program using the Microsoft Speech SDK (software developer kit).You can download version 4.0a from here:

http://www.martin2k.co.uk/vb6/tips/vb_10.php

Once you have downloaded the SDK, you will need to do 'training' so that the accuracy of the voice recognition is increased.

source: http://www.martin2k.co.uk/vb6/tips/vb_10.php

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.