【问题标题】:Simple Voice Command in AndroidAndroid中的简单语音命令
【发布时间】:2014-06-07 22:42:37
【问题描述】:

于是有了一个为盲人制作应用程序的项目,并决定在 android 中制作它。 应用很简单,大概是这样的:

1. User press the button and say a word (ex: Ja - Pan)
2. The program search in database and find a data labeled Japan
3. The program plays the data that had been searched
   the data in here is basically an audio 

听说android已经有自己的语音识别了,但是需要联网

1. is there any way to make it offline and read my database not google database ?
2. if not, are there any source code about speech recognition so i can learn from it?
3. how to input sound in database? so far i only know how to input text in SQLight

我在这里真的需要帮助 顺便说一句,我来自印度尼西亚....很高兴见到大家:D

【问题讨论】:

标签: android speech-recognition voice audio


【解决方案1】:

以下是您问题的几个答案。

  1. 有没有办法让它离线并读取我的数据库而不是谷歌数据库?

是的,这是可能的,您可以使用 sphinks 来查看详细信息 here

2

如何在数据库中输入声音?到目前为止我只知道如何输入文本 在 SQLight 中

您必须再次将语音转换为文本才能使用 Sphinx。然后您可以将该文本存储在数据库中

【讨论】:

    猜你喜欢
    • 2011-09-14
    • 1970-01-01
    • 2011-06-23
    • 2011-04-06
    • 1970-01-01
    • 1970-01-01
    • 2011-11-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多