如何创建/编写复杂的语音快捷方式? (远景中)
MS Vista 有钩子来创建这样的东西吗?
- “我有一个主意” => 弹出我的首选创意管理器
- “commit $1”=> 打开项目 $1 的 subversion 的提交窗口
以获得热键,有一个来自 Microsoft 的很棒的 API。 但我想用语音 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
绝对地。 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/