ihavenoface5

Results 10 comments of ihavenoface5

I know this question is for willblaschko but here are my insights on your questions. 1. Prerecorded audio isn't being chunked. Chunking reduces the latency because Amazon can begin processing...

It sounds like you want custom commands beyond what Alexa has integrated without the use of skills. That being said, here is how I would solve this: 1. Build an...

I have found that the majority of 204 errors come from a poor recording. It was helpful for me to save a recording and play it back.

A couple of things to check: 1. Your api_key.txt is in your src/assets folder. 2. Your PRODUCT_ID matches the one set up on AVS Check your Android log. Usually when...

You will get AudioPlayer directives when you say pause/play/next/previous. See https://developer.amazon.com/docs/alexa-voice-service/audioplayer-overview.html From here I would fire off an intent to your local app with the command that was received.

Are you using a debug keystore or a release keystore?

No worries. When you generated your MD5 / SHA256 key you specified a keystore file. This keystore is used to sign your APK file. You built your APK file by...

Double check a couple of things: 1. Your package name matches what you used in your security profile. 2. Your product ID matches the one you used when registering your...