Reputation: 373
I couldn't find anything in the Alexa Skills Kit (ASK) documentation that allows a developer to tell Alexa to play a long (90+ seconds) audio clip.
How do you get the Echo to play a long MP3 file?
The SSML audio tag allows you to play an MP3 file, but it's limited to 90 seconds, and has to be 48 kbps-encoded.
Upvotes: 4
Views: 7807
Reputation: 86
Amazon has released new ASK features and long form audio is now possible. Check out the announcement and documentation: https://developer.amazon.com/public/community/post/Tx1DSINBM8LUNHY/New-Alexa-Skills-Kit-ASK-Feature-Audio-Streaming-in-Alexa-Skills#
Upvotes: 5