android - Android中的简单语音命令

标签 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. is there any way to make it offline and read my database not google database ?


是的,有可能,您可以使用狮身人面像查看here的详细信息

2

how to input sound in database? so far i only know how to input text in SQLight



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

关于android - Android中的简单语音命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23238539/

相关文章:

java - Android 应用程序在替换 fragment : 后崩溃

android - html在android中的 "select multiple"

google-cloud-platform - Google Speech to text 可以离线使用吗?

c# - 没有麦克风? SpeechRecognitionEngine SetInputToDefaultAudioDevice() 问题

audio - Alexa音频流

java - java Android 中的数字过滤太慢

java - 为什么 TabLayout 总是打乱 Tab 键顺序?

c# - 将 google 凭据用于生产应用程序的最佳方式是什么?

cocoa - 在用户默认设置中存储语音 - Cocoa

android - 任何人都可以将录音机的代码作为Android手机上的应用程序提供吗?