How do you use the .NET speech namespace classes to convert audio in a WAV file to textual form which I can display on the screen or save to file?
I am looking for some
I have tested your code , but it is not grabbing wave file properly. It is catching
If Not OpenFileDialog1.FileName.Contains("wav") Then MessageBox.Show("Incorrect file") Else TextBox1.Text = OpenFileDialog1.FileName End If
Not the else condition. I tried using .wav in the string also.
I am also in need of a sample code for transcribing wav file to text not from Microphone. Please if u came to a good solution so please post it here.