用C#进行文本应用的演讲的基础是什么? [英] what's the fundamental's of a speech to text application with c#?

查看:76
本文介绍了用C#进行文本应用的演讲的基础是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
因为语言不好意思,
我想开发一个可以识别语音的应用程序(无论是谁讲话),并将其转换为文本,但不是英语! →在波斯语中,
我会很感激的.

最佳愿望和最佳梦想

hi to everybody,
excuse me because of the language,
i want to develop an application that can recognize the speech(no matter who is speaking)and converts it to text BUT not in English! → in Persian,
I''ll appreciate it a lot.

best WISHES & Best dreams

推荐答案

看看 ^ ]库;


据此,语言包中应包含不同语言的语音识别引擎: http://windows.microsoft.com/zh-CN/windows7/install-or-change-a-display-language [ http://windows.microsoft.com/zh-CN /windows/downloads/languages [^ ].

因此,首先尝试从上面引用的页面中查找是否可以获得波斯语中带有语音识别引擎的语言包.对于开发本身,应将引用添加到程序集System.Speech(始终与.NET Framework可再发行组件包捆绑在一起)并使用System.Speech.Recognition,请参见http://msdn.microsoft.com/zh-CN/library/system.speech.recognition.aspx [
According to this, speech recognition engines in different languages should be included in language packs: http://msdn.microsoft.com/en-us/goglobal/ee461121#Languagepacksandextentoflocalization[^].

See more on language packs: http://windows.microsoft.com/en-US/windows7/install-or-change-a-display-language[^].

You can freely download a Persian language pack from here: http://windows.microsoft.com/en-US/windows/downloads/languages[^].

So, first try to find out from the pages referenced above if you can get a language pack with speech recognition engine in Persian. For the development itself, you should add the reference to the assembly System.Speech (always bundled with .NET Framework redistributable package) and use System.Speech.Recognition, see http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx[^].

I personally used it, but only in English. It would be great if you do some development in Persian and share your experience in case of success, especially if you face some difficulties in installation or development and resolve the problems. In this case, you could publish CodeProject article or shorter Tips & Tricks article. The CodeProject members ask the question likes yours from time to time, so sharing such experience would be quite useful.

Good luck and best wishes to you,
—SA


这篇关于用C#进行文本应用的演讲的基础是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆