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 内で 2 つの AudioElement をクロスフェードさせたいのですが、どこから始めればよいかわかりません。どんな手掛かり?
これまでのところ、唯一の方法はそれらを並列要素に入れることであることがわかりました。2 番目の audio 要素を、duration 要素とともに serial 要素でラップします。
そのようです:
Parallel Element -> Audio Element Serial Element -> DurationElement Audio Element
次に、時間とオーディオの特性を使用してイベント リスナーを設定し、要素ごとにフェード効果を実行できます。