convert wav file to text file
-
Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance
-
Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance
For that purpose i prefer you to install and check with SAPI , It has the option for speech recognition. So i believe SAPI'S are reading the streams from microphone to a wav file and then processing it for performance. Just have a try with that, all the best [^] :)
Величие не Бога может быть недооценена.
modified on Wednesday, November 25, 2009 7:20 AM
-
Hi every body I am using vc++6.0 My task is to convert an Audio file(Wav) into text not from Microphone. e.g If I have "Hello there" store in wav file to it will transcribe it into text and show "Hello there" string on screen. Any help in this regard will be highly appreciated. I am felt in tough deadlines. Any language code in preferred but priority is vc++. thanks in advance
A wave file has sound encoded in it and not the string. If you and I say "Hello there" and save them as 2 separate wave files, the files will be different. So you will anyway have to play it back before converting it to text. Also, this kind of conversion will need a very advanced speech engine very similar to http://www.nuance.com/naturallyspeaking. Again 100% accuracy cannot be achieved.
«_Superman_» I love work. It gives me something to do between weekends.
Microsoft MVP (Visual C++)