简体   繁体   中英

Can we receive the voice command converted as a string in Android Wear

Can we receive the voice command converted as a string in Android Wear? Or do we get the array of microphone amplitude values?

You will get an extra reply string with the reply intent. Here is a nice short video explaining this.

你也可以看一下那样做的ElizaChat样本

The Android Wear system delivers your app on the handheld the message as a string extra in the Intent you specified to be used for the action.

This link is very useful: LINK Also, the link posted by @beworker: LINK

I am answering to my question as it might be useful for others in the near future. Because, now we are entering the era of wearable computing! :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM