Silverlight 和语音 sdk
我想让 Silverlight 读取文本。 我已经看到用语音 SDK 完成了此操作,有人知道 Silverlight 是否支持它吗?
I would like to have Silverlight read text. I've seen this done with the speech SDK, does anyone know if Silverlight supports that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Silverlight 论坛上发现的这两个链接表明 Silverlight 并不直接支持语音 SDK。 建议的解决方案是创建一个执行 TTS(使用语音 SDK)的 ActiveX 对象,并让 Silverlight 与该 ActiveX 对象交互。
http://silverlight.net/forums/t/5650.aspx
http://silverlight.net/forums/t/51571.aspx
看起来 Microsoft 可能已经有一个 ActiveX 对象可以执行此操作。 我对 ActiveX 编程不太熟悉,但看起来语音 SDK 包含一个 ActiveX COM 对象。
http://msdn.microsoft.com/en-us/library/ms997568。 ASPX
These two links I discovered on the Silverlight forums suggest Silverlight doesn't directly support the Speech SDK. The suggested solution is to create an ActiveX Object that does the TTS (using the Speech SDK), and have Silverlight interact with that ActiveX Object.
http://silverlight.net/forums/t/5650.aspx
http://silverlight.net/forums/t/51571.aspx
It looks like Microsoft may have an ActiveX Object which does this already. I'm not too familiar with ActiveX programming, but it looks like the Speech SDK contains an ActiveX COM object.
http://msdn.microsoft.com/en-us/library/ms997568.aspx