如何创建/编写复杂的语音快捷方式? (远景中)

发布于 2024-07-16 04:13:24 字数 231 浏览 8 评论 0原文

MS Vista 有钩子来创建这样的东西吗?

  • “我有一个主意” => 弹出我的首选创意管理器
  • “commit $1”=> 打开项目 $1 的 subversion 的提交窗口

以获得热键,有一个来自 Microsoft 的很棒的 AP​​I。 但我想用语音 API 来做这样的事情。

我可以用脚本/配置/程序来做到这一点吗?

has MS Vista hooks to create something like this?

  • "I have an idea" => popup my preferred idea manager
  • "commit $1" => open the commit window of subversion for project $1

for hot keys there is a great API from Microsoft. But I want to do such things with the speech API.

Can I do this with scripts/config/program?

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

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

发布评论

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

评论(1

就是爱搞怪 2024-07-23 04:13:24

绝对地。 Windows 语音识别宏是实现此目的的好方法。 它们允许您编写响应给定命令的小脚本。 希望这可以帮助。

http://www.microsoft.com/downloads/details.aspx microsoft.com/downloadS/details.aspx?FamilyID=fad62198-220c-4717-b044-829ae4f7c125&displaylang=en

有关宏的一些示例:
http://code.msdn.microsoft.com/wsrmacros/ Release/ProjectReleases.aspx?ReleaseId=1453

还有一个 ms-speech yahoo 小组,经常讨论各种宏:
http://tech.groups.yahoo.com/group/ms-speech/

Absolutely. Windows Speech Recognition Macros are a great way to do exactly this. They let you write small scripts that respond to given commands. Hope this helps.

http://www.microsoft.com/downloadS/details.aspx?FamilyID=fad62198-220c-4717-b044-829ae4f7c125&displaylang=en

For some examples of Macros:
http://code.msdn.microsoft.com/wsrmacros/Release/ProjectReleases.aspx?ReleaseId=1453

There's also an ms-speech yahoo group that often discusses various macros:
http://tech.groups.yahoo.com/group/ms-speech/

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