Hi, I've had a problem lately with my alexa code.
When I try to play it the soundids are not shown
All urls works perfctly
Hi, I've had a problem lately with my alexa code.
When I try to play it the soundids are not shown
All urls works perfctly
All seems good, but make sure, that your files are in the correct format. How to do format your files, can be found here: link.
all are in the correct format
Ahm, then can you post the response, that causes your issue? How does ssml look?
I just tested your audio file 'dog' in the console and it works fine.
<speak> <audio src="https://s3-eu-west-1.amazonaws.com/animalssound/dog.mp3"/> </speak>
Maybe you are adding too many audio tags in the response? Or audio is too long? From docs:
A single response sent by your service can include multiple audio
tags according to the following limits:
2 People are following this question.