sapi.dll 和 mssps.dll 之间的区别
我安装了 Microsoft Speech Platform SDK 10.2,我注意到 sapi.dll 和 mssps.dll 具有类似的 API。他们之间有什么区别?我应该使用哪一个?谢谢。
I installed Microsoft Speech Platform SDK 10.2, and I notice that sapi.dll and mssps.dll have similar APIs. What's the difference between them? Which one should I use? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft Speech Platform SDK 10.2 是 SAPI 的服务器版本。服务器引擎支持较低质量的音频,但不支持听写。此外,SAPI 的服务器版本(我相信)具有桌面版本没有的许可证限制。
桌面引擎通常与 Windows 捆绑在一起,因此如果您使用的是 Vista 或 Windows 7,则桌面引擎是内置的;对于 XP,桌面引擎可以免费使用。
Microsoft Speech Platform SDK 10.2 is the server version of SAPI. The server engines support lower quality audio, but don't support dictation. Also, the server versions of SAPI (I believe) have license restrictions that the desktop versions do not.
The desktop engines are typically bundled with Windows, so if you have Vista or Windows 7, the desktop engine is built in; for XP, the desktop engine is free to use.