I want to code a program that allow users speech into headphone and the program will write what they speake to textbox. I don't know where i begin. Please help me. Thanks in advance.
Printable View
I want to code a program that allow users speech into headphone and the program will write what they speake to textbox. I don't know where i begin. Please help me. Thanks in advance.
Go through Microsoft Speech SDK on MSDN. You will find numerous samples and documentation on how to do it.
Also go through this
http://www.martin2k.co.uk/vb6/tips/vb_10.php
Theres also a few articles with example code on Code guru ..
Start with VB and Voice Recognition - Part 1 then theres Part 2 ,
Part 3 and Part 4 .
These should give you all you need to get started..
Gremmy....
Thanks to all of you. I did it.
Hey, i was trying to do the same project, but ive read all these articles and i cant do it. Could you send me your project files so i could finally see how it works?
There is source code for each article. Can you provide details? Gremmy is still around occasionally
You right david i am still around .. ;) ...
Just i think i may have to update the Article as the SDK used is no longer available .. The current one is now available here ..www.microsoft.com/downloads
I have not tested the projects with this SDK, so i cannot guarantee that it will work exactly the same.. however most should be exactly the same ...
Each article has the full project with it, with exactly what was covered in the text ...
I've not developed in VB 6 for some time ,But I do still have it loaded and can check if really needed. (not too keen on it)
I found going through the code in this sample was a great help.
http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
The project "RecoVB" includes most of the functions you might need to use.
I put together a really basic program for playing online poker using speech recognition
and it worked quite well. The Readme file explains how it works. As you will see I
was experimenting quite a bit with settings hence all the remmed out code.
It's a bit rough but I wrote as I was trying to get to grips with the topic.
you might get something out of this. You may have to install the SDK 5.3 or 5.4 first