hello.
i have been looking for a way to take speech from a microphone and convert it into text for VB express, all i have found is code for C++ or C#.
any help is appreciated :D
Printable View
hello.
i have been looking for a way to take speech from a microphone and convert it into text for VB express, all i have found is code for C++ or C#.
any help is appreciated :D
This is text-to-speech rather than speech-to-text but it's the same System.Speech library. You would use the Recognition namespace instead of Synthesis.
http://www.codeproject.com/Articles/...t-NET-Speech-S
thx for this, ill keep trying for speech to text from this :P