Wes
Wes

Reputation: 59

"File limit of 90 seconds" is actually 90 seconds total for all the audio files in that one emit?

Has anyone else ran into this problem? I am making a skill that plays audio clips mixed into the alexa speech in each emit. Amazon's resource site only says that the file's themselves must be under 90 seconds. In one emit i have 4 files that together exceed 90 seconds, however individually they do not. The amazon testing environment will return an error saying the total duration exceeds the allowed limit. Pretty annoying. Is the only solution to break it into multiple emits?

Upvotes: 1

Views: 498

Answers (1)

Josep Valls
Josep Valls

Reputation: 5560

The total duration cannot exceed 90 seconds. The documentation is actually pretty explicit about this:

The audio files you include within your service’s response must be very short to ensure a good user experience. You can include up to five audio files in a single response. The combined total time for all audio files in a single response cannot be more than ninety (90) seconds.

https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/handling-requests-sent-by-alexa

Upvotes: 2

Related Questions