0

I want to create a application android that use pandorabot with Speech Interfaces like CallMOM

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

Is there any example ?

Thanks

Philip Kirkbride
  • 19,609
  • 34
  • 109
  • 213
Wafae
  • 137
  • 2
  • 11

2 Answers2

0

The algorithm is pretty simple:

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

You can learn more about speech recognition on Android from answer on Is there a way to use the SpeechRecognizer API directly for speech input?

You can learn more about TTS on Android from answer on Android TTS speech synthesizer

Community
  • 1
  • 1
Nikolay Shmyrev
  • 24,427
  • 5
  • 40
  • 86
0

Here is an example project that should give you the basics idea of building an Android app that talks to the Pandorabots API.

djfdev
  • 5,337
  • 3
  • 18
  • 36