question

newuser-d142a2da-db8b-4315-8846-54e6b6f42fc5 avatar image

how to integrate amazon voice service into my android app?

I've read the documents https://github.com/alexa/alexa-avs-sample-app/wiki

https://developer.amazon.com/docs/login-with-amazon/install-sdk-android.html and other files.

For now, i only know how to integrate SampleLoginWithAmazonAppForAndroid-src.zip into my sample android app. What confuses me is that how i can integrate AVS into my android app.For example, by using javaclient--AVSController--startRecording, i may record voice by microphone inside the android phone. However, i have no idea about the exact process how to get user's voice and send audio to amazon server. Can anybody do me a favor? Thanks a lot!

alexa voice service
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Moose@Amazon avatar image
Moose@Amazon answered

Hi,

Thanks for your interest in AVS! Here is the full api documentation for AVS, and you can learn how to send request to AVS and get response from AVS from the link.

Also, this video might be helpful for you for understanding AVS.

Let me know if this helps!

Moose

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello Moose,

I've put login-with-amazon-sdk.jar into my project. If i need to use AVS, what else .jar document should i use? From the guide

https://github.com/alexa/alexa-avs-sample-app/wiki/Windows

i got sample-java-client-20160207.jar.however, i failed in the step 6 : mvn exec:exec. If i made it, would i get a sample app that can communicate with ALEXA?

thanks for your help!

0 Likes 0 ·