Text 2 用于读取 Windows 操作系统中用户活动的语音应用程序

发布于 2024-11-16 22:22:27 字数 206 浏览 2 评论 0原文

我正在开发一个使用 C# 的应用程序,该应用程序将使用语音合成器实现正常的文本到语音功能。我想要实现的另一项功能类似于 Windows 操作系统附带的“讲述人辅助功能”工具。应用程序应该能够转到后台并读出有关鼠标在任何应用程序中指向的内容的信息。

有谁知道我可以调用或实现的任何库,这将使这成为可能吗?我使用的是 Visual Studio 2010 专业版。

谢谢

I am working on an application using c# that will implement normal Text to Speech functionality using the Speech Synthesizer. One other functionality I want to implement is something similar to the Narrator Accessibility tool that comes with the Windows OS. The application should be able to go to background and read out information on what ever the mouse points at in any application.

Does any on know any library I can call or implement, that will make this possible? I am using Visual Studio 2010 Professional.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜点 2024-11-23 22:22:27

查看 System.Speech 命名空间 - 它应该包含您想要的所有内容会需要。

Take a look at the System.Speech namespace - it should contain everything you will need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文