android - Create my "Ok Google" -


i need create own "ok google", when user open app, app should start mic listen every words user say, when user "previous configured word" app should start record audio , send api.ai(this alredy does) after got api.ai return need convert text speach(this too) , wait user aswer(for 10 seconds or more depends on config) , if user , send api.ai again. , loop until user close app.

it`s possible this?

all of possible except retrieving raw audio. actions on google platform take audio , transcribe text don't need access raw audio.

i'd recommend checking out the actions on google getting started guide learn how describe.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -