raj10071997 / Alexa-Voice-Service

MIT License
15 stars 10 forks source link

Playing the response #17

Open anoop4real opened 6 years ago

anoop4real commented 6 years ago

Hi,

First of all, this is not an issue on your code but a help request.

I am implementing Alexa in Kotlin. I am able to login properly and I am able to sent voice request and response octet stream is also coming back. I wrote it to an mp3 file but the media player is giving me status failed 0x1 at prepare.

I wrote it to an external director to check the file in PC, there also it didnt work. Do we need to modify the response stream? I am beating my head on this for past 3 days. see my query at

https://stackoverflow.com/questions/50520950/updatedhow-to-integrate-alexa-voice-service-to-custom-android-app

any help appreciated

-anoop