menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

+2 投票
We have some generic LFE sounds in the actor mixer hierarchy that we use on many different events across the game. However our sound banks are generated from including event work units which is causing these LFE events to get duplicated in every  sound bank that uses them.

So I created a sound bank that includes these LFE sounds directly, however I don't know how to now remove these sounds easily from all the other sound banks without manually going through and excluding each individual sound.

Is there an easier way to do this without requiring the manual updating of which sounds are included.
分类:General Discussion | 用户: Andy S. (130 分)
修改于 用户:Adrien L. (Audiokinetic)

1个回答

+3 投票

Unfortunately, there is no such way to declare a specific object in a soundbank as "Exclusive", to avoid duplication in other banks.  The only way to ensure it's not duplicated is by excluding it from all other soundbank, like you mentionned

You can however use a Query to identify all soundbanks which include this object:

  • Create a new query (F3, click >>)
  • Insert the criteria Soundbank > Soundbanks referencing
  • Select the objet you want to search
  • Click Run Query
用户: Bernard R. (Audiokinetic) (35.8k 分)
...