我想创建一个应用程序安卓,使用像CallMOM这样的语音接口的pandorabot
https://play.google.com/store/apps/details?id=com.pandorabots.callmom
有什么例子吗?
谢谢
发布于 2015-03-19 05:45:02
算法非常简单:
你可以从Is there a way to use the SpeechRecognizer API directly for speech input?的answer了解更多关于安卓语音识别的信息
你可以从Android TTS speech synthesizer上的answer了解更多关于安卓上的TTS的信息
发布于 2015-03-19 06:33:27
这是一个example project,它可以让你对构建一个可以与Pandorabots API对话的安卓应用程序有一个基本的想法。
https://stackoverflow.com/questions/29120792
复制相似问题