System.speech 应用程序的系统要求

Posted

技术标签:

【中文标题】System.speech 应用程序的系统要求【英文标题】:System requirements for System.speech application 【发布时间】:2014-09-07 14:14:29 【问题描述】:

我正在使用 microsoft System.speech 识别引擎为我的大学学位做一个愚蠢的小项目。我想知道运行这种软件的最低要求是什么。 谢谢。

【问题讨论】:

【参考方案1】:

SpeechRecognitionEngine 的 MSDN 页面对此进行了说明。当您从顶部的下拉列表中选择不同的 .NET Framework 版本时,受支持的平台部分会有所不同,因此请查看列表,看看您使用的 .NET Framework 是否受支持:

The MSDN page of SpeechRecognitionEngine for .NET 4.5 说:

Windows 8 Windows Server 2012 Windows 7 Windows Vista SP2 Windows Server 2008(不支持服务器核心角色) Windows Server 2008 R2(SP1 或更高版本支持服务器核心角色;不支持安腾)。

The MSDN page of SpeechRecognitionEngine for .NET 4 说:

Windows 7 Windows Vista SP1 或更高版本 Windows XP SP3 Windows Server 2008(不支持服务器核心) Windows Server 2008 R2(SP1 或更高版本支持服务器核心) Windows Server 2003 SP2

The MSDN page of SpeechRecognitionEngine for .NET 3.5 说:

Windows 7 Windows Vista Windows XP SP2 Windows Server 2008 R2 Windows Server 2008 Windows Server 2003

The MSDN page of SpeechRecognitionEngine for .NET 3 说:

Windows 98 Windows Server 2000 SP4 Windows CE Windows Millennium 版 用于掌上电脑的 Windows Mobile 适用于智能手机的 Windows Mobile Windows Server 2003 Windows XP 媒体中心版 Windows XP Professional x64 版 Windows XP SP2 Windows XP 入门版

【讨论】:

以上是关于System.speech 应用程序的系统要求的主要内容,如果未能解决你的问题,请参考以下文章

系统.语音和声音

C#的winform程序,引用了system.speech.dll,在本地win7,32机器正常运行,64位就报错

C#中的System.Speech命名空间初探

Speech语音播报

System.Speech 语音识别不起作用

在 system.speech 中识别数字的问题?