如何在Alexa中循环播放音频

编程入门 行业动态 更新时间:2024-10-26 17:28:57
本文介绍了如何在Alexa中循环播放音频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在为Alexa打造一种环境音频睡眠技能!我正在尝试循环播放音频,因此不必下载10小时版本的音频。如何使音频工作?我将其构建到可以播放音频的位置,但不能循环播放。

I am building a ambient audio skill for sleep for Alexa! I am trying to loop the audio so I don't have to download 10 hour versions of the audio. How do I get the audio to work? I have it build to where it will play the audio, but not loop.

推荐答案

我已经用我的技能Rainmaker解决了这个问题: www.amazon/Arif-Gebhardt-Rainmaker/dp/B079V11ZDM

I've solved this problem in my skill Rainmaker: www.amazon/Arif-Gebhardt-Rainmaker/dp/B079V11ZDM

技巧是处理 PlaybackNearlyFinished 事件。 developer.amazon。 com / de / docs / alexa-voice-service / audioplayer.html#playbacknearlyfinished

此事件在当前播放的音频流结束前不久触发。 使用行为为 ENQUEUE 的另一个 audioPlayerPlay 指令响应事件。这将无限循环您的音频,直到它被例如 AMAZON.StopIntent 。

This event is fired shortly before the currently playing audio stream is ending. Respond to the event with another audioPlayerPlay directive with behavior ENQUEUE. This will infinitely loop your audio until it gets interrupted by e.g. the AMAZON.StopIntent.

高级:如果您想进行有限循环,例如说十倍于音频,请使用 audioPlayerPlay 指令的标记从10开始递减计数。计数器归零后,就不用再排队其他音频了。但是在这种情况下,请务必做出回应,即使只是空洞的回应。否则,您将收到超时错误等。

Advanced: if you want a finite loop, say ten times your audio, use the token of the audioPlayerPlay directive to count down from ten. Once the counter hits zero, just don't enqueue another audio. But be sure to respond something in this case, even if it's just an empty response. Otherwise you will get a timeout error or the like.

更多推荐

如何在Alexa中循环播放音频

本文发布于:2023-07-11 12:02:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1093985.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:音频   如何在   Alexa

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!