Android中的简单语音命令

时间:2014-04-23 08:13:32

标签: android speech-recognition voice audio

所以有一个项目为盲人制作应用程序并决定在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

1 个答案:

答案 0 :(得分:0)

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

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

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

2

  

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

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