首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pandorabot语音接口

Pandorabot语音接口
EN

Stack Overflow用户
提问于 2015-03-18 19:26:38
回答 2查看 252关注 0票数 0

我想创建一个应用程序安卓,使用像CallMOM这样的语音接口的pandorabot

https://play.google.com/store/apps/details?id=com.pandorabots.callmom

有什么例子吗?

谢谢

EN

回答 2

Stack Overflow用户

发布于 2015-03-19 05:45:02

算法非常简单:

  1. recognize input
  2. send it to pandorabots
  3. get result back
  4. synthesize it with TTS engine
  5. go to step 1

你可以从Is there a way to use the SpeechRecognizer API directly for speech input?的answer了解更多关于安卓语音识别的信息

你可以从Android TTS speech synthesizer上的answer了解更多关于安卓上的TTS的信息

票数 0
EN

Stack Overflow用户

发布于 2015-03-19 06:33:27

这是一个example project,它可以让你对构建一个可以与Pandorabots API对话的安卓应用程序有一个基本的想法。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/29120792

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档