Version
menu_open

Strategies for Managing SoundBanks

The following sections describe the different methods that can be used to generate and integrate the SoundBanks in your game. In a single game, you can use one or a combination of the different methods. Since every game is different, the method or methods you choose will depend on the specific requirements of your game.

The choices you make when creating your SoundBanks will have a significant impact on the amount of work that will be required to manage the audio and motion assets in the game and will have a direct impact on the performance of your game. It is highly recommended that both the sound designer and programmer review this section carefully so that both are aware of the possibilities that are available. Working together, you can come up with a strategy that meets the specific needs of your game. Remember that all solutions will work, but the strategy you choose should take into consideration the memory usage, the I/O access, and the ease of integration in game. Each method has its advantages and drawbacks, so in most situations, it will be a question of balance between memory usage and ease of integration.

The following methods are described in the following sections:

[Note] Note

Two other methods also exist, which combine the benefits of the existing LoadBank() and PrepareEvent() methods. Using these two methods, entire SoundBanks are prepared, which means you can combine all data and media within the same SoundBank, avoid media duplication in memory, and still load media only when required. For more information on preparing SoundBanks, refer to the section Sound Engine Integration Walkthrough > Integrate Wwise Elements Into Your Game > Integrating Banks > Integration Details - Banks> Loading Banks > Preparing Banks in the Wwise SDK documentation.

[Tip] Offline decompression

For the Opus and Vorbis audio formats, it is possible to decompress the media files ahead of time. This increases the size of your SoundBanks, but reduces the time to access the media when it is called because it eliminates the wait time for decompression.

This strategy can be applied within a scheme of other approaches to optimize the management of your assets.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise