版本
menu_open
Wwise SDK 2023.1.3
Understanding Banks

Banks are files that contain your game's audio data. They can be generated in Wwise Authoring by the sound designer with the help of the SoundBank Manager. They can also be defined and generated with automated processes.

There are two types of bank:

  • Initialization bank: This bank contains all general project information, including information on the control bus hierarchy, States, Switches, and RTPCs. 初始化 Bank是在 Wwise 生成 SoundBank 时自动生成的。There is only one Initialization bank per project, called Init.bnk.
  • SoundBanks: SoundBanks contain the Event data required to play sounds in your game. There are two types of SoundBank, auto-defined and user-defined, which you can use exclusively or in combination. These different SoundBank types have different effects on memory usage, file packaging, file size, and the SoundBank loading method.
    • Auto-defined SoundBanks: Auto-defined SoundBanks are created automatically. A separate SoundBank is created for each Event and Auxiliary Bus that is not included in a user-defined SoundBank. Each SoundBank contains only the Event and structure information, while media is stored outside of the SoundBank. Therefore, if multiple Events use the same media asset, it is only generated on disk and loaded once. Auto-defined SoundBanks therefore require minimal management by Wwise users and keep file sizes to a minimum.
    • User-defined SoundBanks: User-defined SoundBanks can contain multiple Events and all the objects and audio data required to play them. The sound designer can create any number of SoundBanks in Wwise Authoring and add Events, structures, and media to them. User-defined SoundBanks can also be created in Wwise by importing SoundBank definition files, which external programs such as game level editors can create automatically. When user-defined SoundBanks are generated, Wwise packages all the Actor-Mixers, Containers, Sounds, and so on that are used by the Events contained within each SoundBank. If some of the sounds in the SoundBank are voices, then a different version of the SoundBank is generated for each language supported by the Wwise project.

您的游戏必须首先加载初始化 Bank。SoundBanks can then be loaded and unloaded as required. The Events triggered during the game determine which SoundBanks are loaded. With auto-defined SoundBanks, each Event loads its own SoundBank but any shared media assets are only loaded once. With user-defined SoundBanks, each Event loads the SoundBank that contains it, even if that SoundBank also contains many other Events (and associated media assets) that are not required at the time.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅