
ezrobot3
Singapore
Asked
— Edited
May i know if it is possible for voice recognition to work from mobile? like speaking to the phone and the robot would be able to receive the command.
http://developer.android.com/reference/android/speech/SpeechRecognizer.html
This requires additional permissions from the end user during installation to use , however Android 4.2 and above has a speech recognition that the keyboard uses to "voice type" , it requires hitting a button to "record audio" and then uses a confidence modifier to match words to the library.
Maybe you can utilize the library for speech to text to fill a input field for "voice command". This can be done without Internet access.
@DJ Sures - Thank you for this awesome product!
I started looking into speech recognition for mobile last week. No clear update yet, but there's a few promising options. I have no clear timeline as I'm in exploratory stage at the moment reviewing options.