버전

menu_open

AkInitializer Class Reference

List of all members.

Public Attributes

string  basePath = c_DefaultBasePath
  Path for the soundbanks. This must contain one sub folder per platform, with the same as in the Wwise project.
string  language = c_Language
  Language sub-folder.
int  defaultPoolSize = c_DefaultPoolSize
  Default Pool size. This contains the meta data for your audio project. Default size is 4 MB, but you should adjust for your needs.
int  lowerPoolSize = c_LowerPoolSize
  Lower Pool size. This contains the audio processing buffers and DSP data. Default size is 2 MB, but you should adjust for your needs.
int  streamingPoolSize = c_StreamingPoolSize
  Streaming Pool size. This contains the streaming buffers. Default size is 1 MB, but you should adjust for your needs.
int  preparePoolSize = c_PreparePoolSize
  Prepare Pool size. This contains the banks loaded using PrepareBank (Banks decoded on load use this). Default size is 0 MB, but you should adjust for your needs.
float  memoryCutoffThreshold = c_MemoryCutoffThreshold
  This setting will trigger the killing of sounds when the memory is reaching 95% of capacity. Lowest priority sounds are killed.
int  monitorPoolSize = c_MonitorPoolSize
  Monitor Pool size. Size of the monitoring pool, in bytes. This parameter is not used in Release build.
int  monitorQueuePoolSize = c_MonitorQueuePoolSize
  Monitor Queue Pool size. Size of the monitoring queue pool, in bytes. This parameter is not used in Release build.
int  callbackManagerBufferSize = c_CallbackManagerBufferSize
  CallbackManager buffer size. The size of the buffer used per-frame to transfer callback data. Default size is 4 KB, but you should increase this, if required.
bool  engineLogging = c_EngineLogging
  Enable Wwise engine logging. Option to turn on/off the logging of the Wwise engine.

Detailed Description

This script deals with initialization, and frame updates of the Wwise audio engine. It is marked as DontDestroyOnLoad so it stays active for the life of the game, not only one scene. You can, and probably should, modify this script to change the initialization parameters for the sound engine. A few are already exposed in the property inspector. It must be present on one Game Object at the beginning of the game to initialize the audio properly. It must be executed BEFORE any other MonoBehaviors that use AkSoundEngine.

See also:
Generated on Thu Jul 19 10:35:20 2018 for Wwise Unity Integration by  doxygen 1.6.3

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

지원이 필요하신가요?

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

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

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

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

Wwise를 시작해 보세요