Development app with voice interaction in android studio [closed]

0

I'm developing an app where the user will communicate with the app by voice, and as I am new I do not know what to use, I would like to know which is the best api or library? I'm using android studio.

    
asked by anonymous 03.08.2017 / 01:34

1 answer

1

You can use features provided by Android itself.

Read the documentation:

Adding Voice Features: link

And in the SpeechRecognizer class: link

It will probably give you a good light.

    
03.08.2017 / 01:48