Android 上的袖珍狮身人面像
在 Android 上使用 PocketSphinx 需要执行哪些步骤?
我在网上发现了各种提示,表明这是可能的,但没有真正的答案,因此我在这里提出我的问题。
What are the steps required to use PocketSphinx on Android?
I have found various hints around the web that it is possible, but not real answers and hence I ask my question here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我找到的最全面的资源迄今为止。不过,我仍然有一些编译错误。该博客为您提供了有关如何构建 PocketSphinxAndroidDemo 应用程序的教程,该应用程序是在
就我个人而言,我遇到了与 Stack Overflow 问题类似的编译错误 这里,但我的代表太低,无法要求对答案进行澄清。
This is the most comprehensive resource I've found to date. I still have some compilation errors, though. The blog gives you a tutorial on how to build the PocketSphinxAndroidDemo app, which was developed (and discontinued) on GitHub.
Personally, I'm having similar compilation errors to the Stack Overflow question here, but my rep is too low to ask for clarification on the answer.
最新、最相关的官方教程可在 CMUSphinx 网站
http://cmusphinx.sourceforge.net/wiki/tutorialandroid 上找到不幸的是,
大多数其他教程都已过时,但它们发布在外部网站上,因此我们无法控制它们。
The latest and most relevant official tutorial is available on CMUSphinx website
http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Most of other tutorials are unforutnately outdated but they are posted on external websites so we have no control over them.