使用c#移动应用程序进行语音识别 [英] speech recognizing using c# mobile application

查看:73
本文介绍了使用c#移动应用程序进行语音识别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我试图为 windows移动应用开发语音识别应用,但不幸的是我失败了..

没有发生错误,但应用程序给出了异常

无法从程序集``mscorlib,Version = 3.5.0.0,Culture = neutral,PublicKeyToken = 969DB8053D3322AC''中加载类型``System.Security.PermissionSet''.

我使用此链接获得了一个主意,并且因为这是第一次,所以我使用了相同的代码.
是的,我知道这是一个寡妇形式的应用程序.如果这不是正确的方法,请在 windows mobile应用程序中说明如何执行此操作..

http://www.prodigyproductionsllc.com/articles/programming/simple-speech-recognition -using-c/ [ ^ ]


谁能帮我..

谢谢.

Hi all,

I tried to make speech recognizing application for windows mobile application and unfortunately I was failed..

no error has occurred but the application gives an exception

Could not load type ''System.Security.PermissionSet'' from assembly ''mscorlib, Version=3.5.0.0, Culture=neutral, PublicKeyToken=969DB8053D3322AC''.

I used this link to get an idea as well as i used same code since it was first time.
and yes,I know that it is a widows form application.If this is not the correct way,please show how to do this in windows mobile application..

http://www.prodigyproductionsllc.com/articles/programming/simple-speech-recognition-using-c/[^]


can anyone help me..

Thanks.

推荐答案

您需要记住Windows桌面,而移动语音识别在C#中并不相同.您为语音包含的dll文件出现问题.WindowsMo​​bile不支持.
另请注意,Windows Phone当前不支持System.speech dll.因此,您不能在脱机状态下进行语音识别.好的,请检查这些..
http://stackoverflow.com/questions/6872493/voice-search-in-windows- phone-7 [^ ]
Windows Phone 7中的文本到语音 [ http://go4answers.webhost4life.com/Example/speech-api-wp7-23637.aspx [ ^ ]
You need to remember windows desktop and mobile speech recognition isn''t same in C#. The problem occurs for the dll file you include for speech.It is not supported by windows mobile.
Also notice System.speech dll isn''t supported by windows phone currently.So you can''t do speech recognition in offline.Ok,let''s check these..
http://stackoverflow.com/questions/6872493/voice-search-in-windows-phone-7[^]
Text to Speech in Windows Phone 7[^]
http://go4answers.webhost4life.com/Example/speech-api-wp7-23637.aspx[^]


这篇关于使用c#移动应用程序进行语音识别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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