Microsoft Speech API with Windows Store App yet?

元气小坏坏 提交于 2019-12-24 14:04:09

问题


Is the Microsoft Speech API usable now? I really need to use it with my project. I need to receive some short keyword voice command and do the task as users want. Also, I'd like to use the text-to-speech

So far what I've found is that it can't be used with Windows Store Apps, but those answers were from like half year ago...

If anybody knows the answer or has a suggestion on any Speech API which I can use with my project, I'd appreciate it.


回答1:


When you say a "Windows Store App" I assume you mean an application developed for Windows RT. Windows RT does support speech recognition as part of the OS, but finding information on how to incorporate them into your RT application is not easy to find. There is an AT&T SDK that supports speech recognition. It looks like IVONA supports text-to-speech on Windows RT/ARM processors.




回答2:


It is now available and here's an MSDN sample demonstrating its use:

http://code.msdn.microsoft.com/windowsapps/Speech-synthesis-sample-6e07b218



来源:https://stackoverflow.com/questions/15008058/microsoft-speech-api-with-windows-store-app-yet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!