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.
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.
It is now available and here's an MSDN sample demonstrating its use:
http://code.msdn.microsoft.com/windowsapps/Speech-synthesis-sample-6e07b218