简体   繁体   中英

Speech recognition on non-English window systems

It isn't possible to use speech recognition application on my Dutch windows system, because it is only available on the English version.

Now I want to integrate speech recognition into a winforms application using c#, I prefer the English language of course.

Is this possible? Are there libraries for this?

Here is a link to a Microsoft web page on its speech recognition software : http://msdn.microsoft.com/en-us/library/office/hh361683%28v=office.14%29.aspx It provides provides an overview and examples for implementing speech recognition in a Windows Forms application, according to the website.

For voice recording with C# source code, here is another link: http://voicerecorder.codeplex.com/ This software does not provide speech recognition capabilities, but shows how to record audio using .Net framework, display audio wave forms and save audio in MP3 or WAV format.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM