There is a way to integrate Speech Recognition within Visual Basic 6 projects?
|
feedback
|
|
Here are some useful resources about that: Youtube Video on Speech Recognition in VB6 | |||
|
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. | |||
|
feedback
|