Convert .Wav File to Text
-
Good day friends!!! Please, before I ask my question, I know VB 6 is outdated by this must be done in VB 6 as the required. I am able to save text as .wav file but finding it difficult to convert .wav file to text. Any idea is welcome please. Thanks in advance!
-
Good day friends!!! Please, before I ask my question, I know VB 6 is outdated by this must be done in VB 6 as the required. I am able to save text as .wav file but finding it difficult to convert .wav file to text. Any idea is welcome please. Thanks in advance!
You're going to need some speech recognition engine to do this. VB6 doesn't come with one so you're going to have to find something that 1) is COM-based and 2) accepts a .WAV file as input as an alternate to a mic. Start with Google...
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak