버전
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. Initialization 뱅크는 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.

게임은 Initialization 뱅크를 가장 먼저 불러와야 합니다. 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를 시작해 보세요