Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我安装了 Microsoft Speech Platform SDK 10.2,我注意到 sapi.dll 和 mssps.dll 具有相似的 API。他们之间有什么区别?我应该使用哪一个?谢谢。
Microsoft Speech Platform SDK 10.2 是 SAPI 的服务器版本。服务器引擎支持较低质量的音频,但不支持听写。此外,SAPI 的服务器版本(我相信)具有桌面版本没有的许可证限制。
桌面引擎通常与 Windows 捆绑在一起,因此如果您有 Vista 或 Windows 7,则桌面引擎是内置的;对于 XP,桌面引擎可以免费使用。