menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
If an event A posts another event B, then event A will marked as a one shot in SoundbanksInfo.xml, even if the event B is infinite.

When event A is posted on a game object, AK::SoundEngine::Query::GetPlayingIDsFromGameObject will report that it is playing event A. However, it will never end, despite event A claiming to be a one shot.

I want to let one shot events play out when an object is destroyed, but it appears to be impossible to determine if the game object is playing an infinite event through the query interface. This problem could be solved by event A being considered to be infinite, or for the query interface to report that event B is playing at runtime. Would either of those be possible?

Thanks!
dans General Discussion par Carl D. (110 points)

Please sign-in or register to answer this question.

...