Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recognition

Status
Not open for further replies.

AtomicChip

Programmer
May 15, 2001
622
CA
I'm trying to do research for the creation of a simple speech recognition made with VB6, calling functions from VC++ DLLs. Can anyone help me out with the algorithms, or point me to any sites that would help me out with the creation of this program?

Thanks in advance,


-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
:^) From what I can see, your question really has two parts:

1) Check the following MSDN library link for an example of VB speech recognition:


I found the link by going here:


and entering "speech recognition VB" in the search box.


2) Check the following MSDN library link for an example of calling DLL functions from VB applications.


I found the link by entering "VB dll" in the same search box.
 
programsecrets - thanks for your reply, but that's not really what I was looking for. I already have that SDK from Microsoft and have been using it. I'm looking more for information on creating the DLLs in C++.
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top