Hi adihedge23,
This is a very large and complex project you are embarking on.
What language are you planning on using? Do you intend this to be multiplatformed? If not then which platform(windows, linux, mac)? Will there be a GUI?
Without knowing much about this projet in which you are looking for guidence on, I will try to give you something general, that may be able to point you in the correct direction.
For the windows platform, there are a set of APIs that can be used for voice recognition and speech to text functionality. I ran across this API one day while searching the MSDN site. Here is the article.
http://msdn.microsoft.com/en-us/library/ms723627(VS.85).aspxTry reading the Speech API Overview first before going into the functions. I would suggest, that if you want to go in this direction and use these APIs, that you read through each Microsoft Speech API article very thoroughly.
I believe the APIs are written in C++. So if you do not know any C++, or have a basic understanding of C++, that you put a halt on your project until you get a understanding of the C++ language.
If a Microsoft platform/library is not the way you want to go with this project, then ignore everything above.
I hope this helps!
**Edit**
I forgot I was in the VB6 forum. If you want to use VB6, I can't help. Sorry
This post has been edited by Fib: 29 Jun, 2009 - 09:55 AM