Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 SerialElement 中交叉淡入淡出两个 AudioElement,但我不知道从哪里开始。有什么线索吗?
到目前为止,我发现唯一的方法是将它们放在一个并行元素中。将第二个音频元素与持续时间元素一起包装在串行元素中。
像这样:
Parallel Element -> Audio Element Serial Element -> DurationElement Audio Element
然后,您可以设置事件侦听器,使用它们的时间和音频特征来为每个元素执行淡入淡出效果。