41得票2回答
如何将Cortana命令连接到自定义脚本?

可能现在问这个有点早,但我正在运行Windows 10 Technical Preview Build 10122。我想设置Cortana具有自定义命令。她的工作方式如下: Hey Cortana, <she'll listen and process this command>...

31得票2回答
如何使用通用Windows平台(UWP)应用程序执行进程命令(或类似命令)?

我正在创建自定义的Cortana命令。这些命令是使用通用Windows平台应用程序进行注册和执行的。(GitHub) 例如,我已经注册了以下命令。 <Command Name="ShutDown"> <ListenFor>Shut down</...

23得票1回答
在VirtualBox中使用Windows 10的麦克风

我已经在 Windows 7 上安装了 Windows 10 技术预览版的 Build 9926,即 一月版。 我正在尝试在 Virtuabox 上使用 Cortana 的语音助手,但无法使用。麦克风在我的主机 Windows 7 机器上完全正常。 有什么建议应该怎么做,使我的麦克风在 V...

14得票3回答
Cortana API是否适用于桌面应用程序?

我想使用新的Cortana引擎在Windows 10上开发Windows应用程序。可惜,据我所知,似乎仅适用于Windows Phone 8.1项目(例如,我没有找到一种方法来从不同类型的Visual Studio项目访问Windows.Media.SpeechRecognition命名空间)...

7得票4回答
Windows 10 - 编程Cortana

我正在尝试为Cortana编写一个小应用程序。 我的想法是这样的:我说:“(我启用了“嘿,Cortana”功能)。” Hey Cortana, Convert 45 degrees to farenheit 我在 Visual Studio 的输出窗口中得到了一个日志(目前)。我尝试说...