语音到文本包含在APK语音引擎 [英] Speech to Text Include speech engine in apk

查看:213
本文介绍了语音到文本包含在APK语音引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要一个演讲,在我的应用程序的文本设施真的非极客。有没有一种方法,包括在编译时语音引擎的各种平板电脑?

I need a speech to text facility in my app for Really non-Geeks. Is there a way to include the speech engine at compile time for all sorts of tablets?

推荐答案

您可以包括您自己的发动机,像CMU狮身人面像引擎。这也有工作没有一个数据连接的优点。

You could include your own engine, like the CMU Sphinx Engine. This has also the advantage of working without a data connection.

请参阅此帖子如何安装它Android的 - 然而,你必须改变Android.mk:反转的 LOCAL_STATIC_LIBRARIES 的顺序,使该行看起来是这样的:

See this post on how to install it on Android - however you have to change the Android.mk : Reverse the order of LOCAL_STATIC_LIBRARIES so the line looks like this:

LOCAL_STATIC_LIBRARIES := pocketsphinx sphinxlm sphinxfeat sphinxfe sphinxutil

否则NDK将无法构建软件包。

Otherwise the NDK will fail to build the package.

这篇关于语音到文本包含在APK语音引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆