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
Wwise SDK 2024.1.4
|
Codec plug-ins are used to provide the opportunity to leave out some audio file formats (such as ADPCM, PCM, Vorbis, and so on) at compilation time to reduce the memory footprint of the sound engine. This document contains the necessary information to allow programmers to use a given codec format in their game.
info | Note: The Vorbis and Opus formats are the only codecs that currently supports pluggable behavior (in other words, they are optional). However, most sample code already include it. |
If a sound designer decides to use a codec format in the Wwise project for your game, its decompression plug-in needs to be integrated into your code to be available to the sound engine at runtime. Like all plug-ins in Wwise, you can either link statically or dynamically with the library.
Registration is done automatically if you include the corresponding factory file from SDK/include/AK/Plugin. For example, the factory file for Vorbis is:
For Opus:
Each codec plug-in is provided as an individual library (LIB file) that must be linked into your game. For example, the Vorbis format decoder library is AkVorbisDecoder.lib.
For games preferring the use of dynamic libraries (Dll, so, dylib, etc), AkSoundEngineDLL already has the Vorbis and Opus codecs included by default. The same is true for the integrations into Unity and Unreal.
info | Note: It is necessary to install the Visual Studio 2017 package in order to use AkSoundEngineDLL on Windows. |
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