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
  • 21,381
  • 38
  • 125
  • 225
Wafae
  • 177
  • 3
  • 12

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,897
  • 5
  • 43
  • 87
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,747
  • 3
  • 19
  • 38