menu
 

Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

0 투표
Hey all

I am seeing some behaviour which seems broken to me, hoping someone can confirm if this is indeed unsupported..

I have a random container, loop infinite, using crossfade transitions.

I have 3 child blend containers underneath which I want to crossfade between.

Each of these blend container children contains 3 blend containers (they are different layers of the same sound)

In this scenario, none of the random container crossfade transitions work. It just plays using the basic loop functionality.

If I untick 2 of the layers in each child blend (leaving only one layer in each), then the crossfade does work correctly.

Is crossfade transition not supported for containers with more than one child?

Cheers
General Discussion Simon G. (1.0k 포인트) 로 부터

1 답변

0 투표

Hello Simon,

This is indeed unsupported with the Xfade transition:

https://www.audiokinetic.com/library/edge/?source=Help&id=random_sequence_container_property_editor

Note : There are some limitations and restrictions when using Xfade, Sample accurate, and Trigger rate transitions. A couple of notable ones are:

1- Blend and Switch Containers do not work with crossfades (Xfade). A Random/Sequence Container's Xfade will fail when any of its child Blend or Switch Containers play;

2- Fade outs of stop Actions do not propagate on containers using Xfade or Trigger rate transitions. Whenever a StopEvent is called on the container, with a fade out value that is longer than the current segment that's playing, the sound will just cut off abruptly when that segment ends. The workaround to this is to use a Set Voice Volume action to create the fade and delay the Stop action.

Adrien L. (Audiokinetic) (1.1k 포인트) 로 부터
...