如果将 Amazon S3 标签放在一起,如果超过五个,那么该组合不会播放?可能是什么原因?我试着玩这个——

Amazon S3 tags when put together if more then five then the combination doesn't play? What might be the reason? I am trying to play this--

<speak>
    <audio src = "https://s3.amazonaws.com/morsecodesounds/Is.mp3" />
    <audio src = "https://s3.amazonaws.com/morsecodesounds/Ie.mp3" />
    <audio src = "https://s3.amazonaws.com/morsecodesounds/Il.mp3" />
    <audio src = "https://s3.amazonaws.com/morsecodesounds/Ie.mp3" />
    <audio src = "https://s3.amazonaws.com/morsecodesounds/Ic.mp3" />
    <audio src = "https://s3.amazonaws.com/morsecodesounds/It.mp3" />
</speak>

这是我在alexa开发者控制台上测试的,没玩过

只是为了给所有寻找答案的人很好地总结一下: https://developer.amazon.com/docs/custom-skills/handle-requests-sent-by-alexa.html

“当 Alexa 呈现此响应时,听起来像这样:

A​​lexa:欢迎来到 Car-Fu。 (播放指定的 amzn_sfx_car_accelerate_01.mp3 音频文件) Alexa:您可以叫车,或要求估算票价。会是哪个?

您在服务响应中包含的音频文件必须非常短,以确保良好的用户体验。 您可以在单个响应中包含最多五个音频文件。单个响应中所有音频文件的总时间不能超过 240 秒。有关音频文件的具体要求和限制,请参阅语音合成标记语言 (SSML) 参考。

有关在响应和其他支持的标签中使用 SSML 的更多信息,请参阅语音合成标记语言 (SSML) 参考