简体   繁体   English

语音识别SDK / API和Windows 8 Store App(C ++)

[英]Voice Recognition SDK/API and Windows 8 Store App (C++)

I'm currently trying to find a SDK or API that I can integrate into a Windows 8 Store App (C++). 我目前正在尝试找到可以集成到Windows 8 Store App(C ++)中的SDK或API。 I have found several but they either require desktop APIs not accessable in Store Apps or is only for C# (Such as Bing Voice Recognition, which would be perfect if it was available for c++). 我发现了几个,但它们要么要求不能在Store Apps中访问桌面API,要么只能用于C#(例如Bing语音识别,如果它可用于c ++,那将是完美的)。 I know there is minimal support for what I'm asking, but I've searched extensively so any help/suggestions on what to try or to use for very basic voice to text would be tremendously helpful. 我知道我所要求的内容很少,但是我已经进行了广泛搜索,因此对于尝试或使用非常基本的语音文本功能的任何帮助/建议都将非常有帮助。

Thank you! 谢谢!

If you are using a Windows 8 Store App (C++), the best option I found for using voice recognition is to use the AT&T Speech API. 如果您使用的是Windows 8 Store App(C ++),则发现使用语音识别的最佳选择是使用AT&T语音API。 The C# have an SDK, but for C++ you can POST to their server using OAuth2 and get a JSON response back with the speech transcribed. C#有一个SDK,但是对于C ++,您可以使用OAuth2 POST到其服务器,并获得JSON响应以及转录的语音。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM