버전

menu_open
Wwise SDK 2018.1.11
Integrating Codec Plug-Ins

Introduction

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.

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.

Integrating Plug-Ins in Your Game

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.

Using Static Libraries

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.

Using Dynamic Link Libraries

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.

Note: It is necessary to install the Visual Studio 2013 package in order to use AkSoundEngineDLL on Windows.

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요