Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 7th, 2006, 1:49 PM   #1
alphonso
Programmer
 
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3 alphonso is on a distinguished road
Voice/Speech recognition from VB6 to VB2005

I just found this website that gives a source code for a voice recognition used in VB6, and it looks pretty much ok. Here's my problem: I know you have to use Speech SDK 5.1 alongside VB2005 to use voice recognition. Well, after downloading the Speech SDK, I'm now stuck...The VB6 upgrader doesn't work well (actually, it doesn't work), and the source codes I've found on the web are only text-to-speech, which is the inverse of what I want: Speech to text (You say a word or words, and it will appear in textboxes and listboxes, for example). Can anyone help me out here, please?
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein
alphonso is offline   Reply With Quote
Old Nov 7th, 2006, 2:00 PM   #2
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 4 MBirchmeier is on a distinguished road
Quote:
Originally Posted by alphonso View Post
I just found this website that gives a source code for a voice recognition used in VB6, and it looks pretty much ok. Here's my problem: I know you have to use Speech SDK 5.1 alongside VB2005 to use voice recognition. Well, after downloading the Speech SDK, I'm now stuck...The VB6 upgrader doesn't work well (actually, it doesn't work), and the source codes I've found on the web are only text-to-speech, which is the inverse of what I want: Speech to text (You say a word or words, and it will appear in textboxes and listboxes, for example). Can anyone help me out here, please?
Can you create a VB6 DLL then call it from VB2005?

That might be the easiest idea if the VB6->2005 transition isn't working right.

-MBirchmeier
MBirchmeier is offline   Reply With Quote
Old Nov 7th, 2006, 2:10 PM   #3
alphonso
Programmer
 
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3 alphonso is on a distinguished road
I've downloaded the DLLs I need from SDK 4.0, though not recommended by Microsoft (I don't know why). There's 3 of them, all of which start with "Microsoft Voice...". I referenced them in VB2005 by ticking them in the COM tab under the Tools Menu, then clicking "Choose Toolbox Items", but I needed to find these DLLs first, by browsing. When I finally found them, I started coding, but when it came to a function known as MenuCreate(), I was stopped dead on my tracks: I found out there's no such thing as MenuCreate() in VB2005, even though you already referenced the DLLs needed. I don't know why this particular function is not present.
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein
alphonso is offline   Reply With Quote
Old Nov 7th, 2006, 3:31 PM   #4
Samuaijack
Programmer
 
Samuaijack's Avatar
 
Join Date: Jul 2006
Location: using Earth.Africa.Egypt.Cairo;
Posts: 76
Rep Power: 3 Samuaijack is on a distinguished road
i think you have to register your your Com Dll.
just open your .net command prompt go to the folder which your Dll exist (in the .net prompt)and then type regsvr32 you dll name or regsrv32 your dll name.
that's all i know i hope it help.
Samuaijack is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
voice recognition... alphonso Visual Basic .NET 0 Oct 3rd, 2006 8:58 AM
vb2005 print screen linxis Visual Basic .NET 1 Aug 26th, 2006 10:49 AM
help voice recognition veiga2 C++ 19 Aug 18th, 2006 7:14 AM
speech recognition emantra C 8 Aug 8th, 2005 8:38 AM
Build a Speech recognition module bingoelzouhery C# 2 May 24th, 2005 2:55 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC