Android speech to text for robot control -


i thinking making app can use control arduino robot (over bluetooth/wifi) using voice commands. make experience fluid, need android app speech recognition continuously running. if want robot stop, don't want press button, wait speech recognition dialog appear, command "stop", release button, wait parser parse it, , send stop command.

i rather have speech text in continuous listen mode when controlling robot. , when hears keywords, sends them.

can in android? did googling, , found recognizer intent, of examples found use button trigger , pretty followed scenario described above.

it can done. @ link. has example code :) can make listen , when speeches word see if keyword , make robot want. http://viralpatel.net/blogs/android-speech-to-text-api/


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -