menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
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:
info | 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. |
check_circle | Offline decompression |
---|---|
For the WEM 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. |
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise