【发布时间】: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
【问题讨论】:
-
查看Pocketsphinx on android,它与google相比几乎没有优势:能够通过语音激活搜索,无需按键盘按钮,能够指定要搜索的单词列表,离线功能。至于将声音存储在数据库中,没有必要,您可以将文件存储在文件系统中。尽管在数据库中存储二进制数据也是完全可能的。参见例如stackoverflow.com/questions/9395755/…
标签: android speech-recognition voice audio