Are there any algorithms or libraries for C# that can be used to score user pronunciation?
For example something like Levenshtein distance for text but for speech.
Any related links or information about algorithms would be useful. I'm writing an application which needs something like speech recognition so it would be great if there were relevant C# libraries.
Of course, it would also be great if the library could do speech to text, preferably in many languages.