I've been in search of a straightforward way to convert some WAV files to text with speech recognition. I've tested System.Speech.Recognition with terrible results, but I most likely don't have things configured correctly. I've been looking into CMU Sphinx, but I haven't found any examples of using it in C# on Windows.
There are a few online APIs I've found, but I want to do this locally. The WAV files are generated from text-to-speech algorithms and should be very easy to convert back into text.
Has anyone else accomplished this or know of another resource I may have missed?
There are a few online APIs I've found, but I want to do this locally. The WAV files are generated from text-to-speech algorithms and should be very easy to convert back into text.
Has anyone else accomplished this or know of another resource I may have missed?