0
I’m developing an app where the user will communicate with the app by voice, and as I am novice do not know what I should use, I would like to know which is the best api or library? I am using android studio.
0
I’m developing an app where the user will communicate with the app by voice, and as I am novice do not know what I should use, I would like to know which is the best api or library? I am using android studio.
1
You can use features provided by Android itself.
Take a look at the documentation:
Adding Voice Features: https://developer.android.com/training/wearables/apps/voice.html
And in the class Speechrecognizer: https://developer.android.com/reference/android/speech/SpeechRecognizer.html
Probably give you a good light.
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.