版本

    其他文档

menu_open
Wwise SDK 2018.1.11
AK 命名空间参考

Audiokinetic namespace 更多...

命名空间

  Comm
 
  MemoryMgr
 
  Monitor
 
  MusicEngine
 
  SoundEngine
 
  SpatialAudio
  Audiokinetic spatial audio namespace
 
  SpeakerVolumes
  Multi-channel volume definitions and services.
 
  StreamMgr
 
namespace   Wwise
 

class   AkFXParameterChangeHandler
 
class   CAkValueRamp
 
class   FNVHash
 
struct   Hash30
 
struct   Hash32
 
struct   Hash64
 
class   IAkAutoStream
 
class   IAkDeviceProfile
 
class   IAkEffectPlugin
  Software effect plug-in interface (see 如何创建 Wwise 声音引擎效果器插件). 更多...
 
class   IAkEffectPluginContext
 
class   IAkGameObjectPluginInfo
  Game object information available to plugins. 更多...
 
class   IAkGlobalPluginContext
  Global plugin context used for plugin registration/initialization. Games query this interface from the sound engine. 更多...
 
class   IAkInPlaceEffectPlugin
  Software effect plug-in interface for in-place processing (see 如何创建 Wwise 声音引擎效果器插件). 更多...
 
class   IAkMetering
  Interface to retrieve metering information about a buffer. 更多...
 
class   IAkMixerEffectPlugin
  Software effect plug-in interface for panner/mixer effects (see 如何创建 Wwise 声音引擎效果器插件). 更多...
 
class   IAkMixerInputContext
  Interface to retrieve information about an input of a mixer. 更多...
 
class   IAkMixerPluginContext
  Interface to retrieve contextual information for a mixer. 更多...
 
class   IAkOutOfPlaceEffectPlugin
  Software effect plug-in interface for out-of-place processing (see 如何创建 Wwise 声音引擎效果器插件). 更多...
 
class   IAkPlugin
 
class   IAkPluginContextBase
  Interface to retrieve contextual information available to all types of plugins. 更多...
 
class   IAkPluginMemAlloc
 
class   IAkPluginParam
 
class   IAkProcessorFeatures
 
class   IAkRTPCSubscriber
 
class   IAkSinkPlugin
  Software effect plug-in interface for sink (audio end point) plugins. 更多...
 
class   IAkSinkPluginContext
 
class   IAkSourcePlugin
  Wwise sound engine source plug-in interface (see 如何创建 Wwise 声音引擎源插件). 更多...
 
class   IAkSourcePluginContext
 
class   IAkStdStream
 
class   IAkStreamMgr
 
class   IAkStreamMgrProfile
 
class   IAkStreamProfile
 
class   IAkVoicePluginInfo
 
class   IReadBytes
 
class   IWriteBuffer
 
class   IWriteBytes
 
class   PluginRegistration
 
class   ReadBytesMem
 
class   WriteBytesMem
 

类型定义

typedef void(*  AkDeviceStatusCallbackFunc) (AK::IAkGlobalPluginContext *in_pContext, AkUniqueID in_idAudioDeviceShareset, AkUInt32 in_idDeviceID, AkAudioDeviceEvent in_idEvent, AKRESULT in_AkResult)
  Callback for Audio Device status changes. 更多...
 
typedef FNVHash< Hash32 FNVHash32
 
typedef FNVHash< Hash30 FNVHash30
 
typedef FNVHash< Hash64 FNVHash64
 

枚举

enum   AkAudioDeviceEvent { AkAudioDeviceEvent_Initialization, AkAudioDeviceEvent_Removal, AkAudioDeviceEvent_SystemRemoval }
 
enum   AkChannelOrdering { ChannelOrdering_Standard, ChannelOrdering_RunTime }
  Channel ordering type. 更多...
 
enum   AkSIMDProcessorSupport { AK_SIMD_SSE = 1<<0, AK_SIMD_SSE2 = 1<<1, AK_SIMD_SSE3 = 1<<2, AK_SIMD_SSSE3 = 1<<3 }
  SIMD instruction sets. 更多...
 

函数

static AkUInt8  ChannelMaskToNumChannels (AkChannelMask in_uChannelMask)
  Returns the number of channels of a given channel configuration. 更多...
 
static AkChannelMask  ChannelMaskFromNumChannels (unsigned int in_uNumChannels)
 
static AkUInt8  ChannelBitToIndex (AkChannelMask in_uChannelBit, AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasLFE (AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasCenter (AkChannelMask in_uChannelMask)
 
AkForceInline AkUInt32  GetNumberOfAnglesForConfig (AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasSurroundChannels (AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasStrictlyOnePairOfSurroundChannels (AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasSideAndRearChannels (AkChannelMask in_uChannelMask)
 
AkForceInline bool  HasHeightChannels (AkChannelMask in_uChannelMask)
  Returns true if standard configuration represented by channel mask has at least one "height" channel (above the plane). 更多...
 
AkForceInline AkChannelMask  BackToSideChannels (AkChannelMask in_uChannelMask)
 
static unsigned int  StdChannelIndexToDisplayIndex (AkChannelOrdering in_eOrdering, unsigned int in_uChannelMask, unsigned int in_uChannelIdx)
 
void *__cdecl  AllocHook (size_t in_size)
 
void __cdecl  FreeHook (void *in_pMemAddress)
 
AkForceInline AkUInt32  GetNumNonZeroBits (AkUInt32 in_uWord)
 
int  GetPS4OutputHandle ()
 
IUnknown *__cdecl  GetWwiseXAudio2Interface ()
 
IDirectSound8 *__cdecl  GetDirectSoundInstance ()
 
AkUInt32 __cdecl  GetDeviceID (IMMDevice *in_pDevice)
 
AkUInt32 __cdecl  GetDeviceIDFromName (wchar_t *in_szToken)
 
const wchar_t *__cdecl  GetWindowsDeviceName (AkInt32 index, AkUInt32 &out_uDeviceID, AkAudioDeviceState uDeviceStateMask=AkDeviceState_All)
 

变量

class AK::CAkValueRamp  AK_ALIGN_DMA
 
AkReal32  g_fFreqRatio
 

详细描述

Audiokinetic namespace

Dummy assert hook definition.

Utility functions

Can be used to track individual parameter changes to avoid costly computations when they remain constant This class is designed to use only the lower bit information of the parameter IDs

Ambisonics configurations (corresponding to AkChannelConfig::eConfigType == AK_ChannelConfigType_Ambisonic). Convention: X points towards the front, and XYZ follow a right-hand rule, so Y is the side vector (pointing to the left). Channel presence and ordering are predefined according to the number of channels. The ordering convention is ACN, with the mapping of components to number of channels detailed below (source: https://en.wikipedia.org/wiki/Ambisonic_data_exchange_formats). Normalization natively used in Wwise is SN3D.

Number of channels Order Description Layout of components
Horizontal Vertical
1     0     0       mono  
4     1     1       first-order full sphere   WYZX
9     2     2       second-order full sphere   WYZXVTRSU
16     3     3       third-order full sphere   WYZXVTRSUQOMKLNP

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅