Wwise 版本
- Sample Project
- Wwise SDK
- Wwise Unity 集成
- Wwise Unreal Integration
- Wwise 基础知识
- Wwise 帮助文档
其他文档
- Strata
- ReaWwise
- Audiokinetic Launcher
- Wwise Audio Lab
- Wwise Adventure Game
- GME In-Game Voice Chat
- Meta XR Audio
认证课程
- Wwise Fundamentals (2024.1)
- Wwise Interactive Music (2021.1)
- Wwise Performance Optimization (2023.1)
- Wwise Unity Integration (2023.1)
其他资源
- 网站
- 视频
- 插件
- 音频人脉网
- 问答
- 博客
SoundEngine
Wwise SDK
AkPlayingID in_playingID=AK_INVALID_PLAYING_ID) AKSOUNDENGINE_API AKRESULT PinEventInStreamCache (AkUniqueID in_eventID, AkPriority in_uActivePriority, AkPriority in_uInactivePriority) AKSOUNDENGINE_API AKRESULT PinEventInStreamCache (const char *in_pszEventName, AkPriority in_uActivePriority, AkPriority in_uInactivePriority) AKSOUNDENGINE_API AKRESULT UnpinEventInStreamCache (AkUniqueID in_eventID) ...
AkSoundEngine.h
Wwise SDK
AkPlayingID in_playingID=AK_INVALID_PLAYING_ID) AKSOUNDENGINE_API AKRESULT AK::SoundEngine::PinEventInStreamCache (AkUniqueID in_eventID, AkPriority in_uActivePriority, AkPriority in_uInactivePriority) AKSOUNDENGINE_API AKRESULT AK::SoundEngine::PinEventInStreamCache (const char *in_pszEventName, AkPriority in_uActivePriority, AkPriority in_uInactivePriority) AKSOUNDENGINE_API AKRESULT AK::SoundEngine::Unp ...
_ak_linux_sound_engine_8h_source
Wwise SDK - Linux
Ouput thread threading properties 56 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 57 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 58 59 //Voices. 60 AkUInt32 ...
_ak_stream_mgr_module_8h_source
Wwise SDK
AK::StreamMgr::IAkLowLevelIOHook::BatchWrite() 212 struct AkIoHeuristics 213 { 214 AkReal32 fDeadline; ///< Operation deadline (ms). 215 AkPriority priority; ///< Operation priority (at the time it was scheduled and sent to the Low-Level I/O). Range is [AK_MIN_PRIORITY,AK_MAX_PRIORITY], inclusively. 216 }; 217 218 219 //@} 220 221 namespace AK 222 { 223 /// ...
_common_2_ak_platform_funcs_8h_source
Wwise SDK
AK_PLATFORM_MEMCPY 146 147 #if !defined(AK_NULL_PLATFORM) 148 /// Platform-dependent helpers 149 namespace AKPLATFORM 150 { 151 inline void AkGetDefaultHighPriorityThreadProperties(AkThreadProperties& out_threadProperties) 152 { 153 AkGetDefaultThreadProperties(out_threadProperties); 154 out_threadProperties.nPriority = AK_THREAD_PRIORITY_ABOVE_NORMAL; 155 } 156 157 } ...
IAkStreamMgr
Wwise SDK
IAkAutoStream *&out_pStream)=0 virtual AKRESULT PinFileInCache (AkFileID in_fileID, AkFileSystemFlags *in_pFSFlags, AkPriority in_uPriority)=0 virtual AKRESULT UnpinFileInCache (AkFileID in_fileID, AkPriority in_uPriority)=0 virtual AKRESULT UpdateCachingPriority (AkFileID in_fileID, AkPriority in_uPriority, AkPriority in_uOldPriority)=0 virtual AKRESULT GetBufferStatusForPinnedFile (AkFileID ...
AkAutoStmHeuristics
Wwise SDK
AkUInt64 uLoopEnd Set to the end of loop (byte offset from the beginning of the stream) for streams that loop, 0 otherwise 更多... AkUInt8 uMinNumBuffers AkPriority priority The stream priority. it should be between AK_MIN_PRIORITY and AK_MAX_PRIORITY (included). 更多... 详细描述 Automatic streams heuristics. 在文件 IAkStreamMgr.h 第 94 行定义.
AkIoHeuristics
Wwise SDK
Wwise SDK 2024.1.8 所有成员列表 | Public 属性 AkIoHeuristics结构体 参考 #include <AkStreamMgrModule.h> Public 属性 AkReal32 fDeadline Operation deadline (ms). 更多... AkPriority priority Operation priority (at the time it was scheduled and sent to the Low-Level I/O). Range is [AK_MIN_PRIORITY,AK_MAX_PRIORITY], inclusively. 更多... 详细描述 Low-Level I/O requests heuristics. Used for asynchronous ...
PinFileInCache
Wwise SDK
Wwise SDK 2024.1.8 AKIAkStreamMgr ◆ PinFileInCache() virtual AKRESULT AK::IAkStreamMgr::PinFileInCache ( AkFileID in_fileID, AkFileSystemFlags * in_pFSFlags, AkPriority in_uPriority ) pure virtual Start streaming the first "in_pFSFlags->uNumBytesPrefetch ...
_aki_o_s_sound_engine_8h_source
Wwise SDK
Ouput thread threading properties 232 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 233 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 234 235 AkUInt32 uSampleRate; ...
_ak_mac_sound_engine_8h_source
Wwise SDK
Ouput thread threading properties 63 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 64 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 65 66 AkUInt32 uSampleRate; ...
_ak_open_harmony_sound_engine_8h_source
Wwise SDK - OpenHarmony
Ouput thread threading properties 42 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 43 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 44 45 AkUInt32 uSampleRate; ...
_ak_xbox_g_c_sound_engine_8h_source
Wwise SDK
Ouput thread threading properties 47 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 48 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 49 50 // Voices. 51 AkUInt16 ...
ak.wwise.ui.layout.getLayout 结果架构
Wwise SDK
... }, "BottomEditorState": { "type": "string", "description": "The state of the bottom editor.", "enum": [ "Normal", "Maximized", "Minimized" ] }, "EditorPriority": ...
ak.wwise.ui.layout.setLayout 参数架构
Wwise SDK
... "BottomEditorState": { "type": "string", "description": "The state of the bottom editor.", "enum": [ "Normal", "Maximized", "Minimized" ] }, "EditorPriority": ...
AkAudioObject
Wwise SDK
AkPipelineID instigatorID Profiling ID of the node from which the object stems (typically the voice, instance of an actor-mixer). 更多... AkPriority priority Audio object playback priority. Object with a higher priority will be rendered using the hardware's object functionality on platforms that supports it, whereas objects with a lower priority will be downmixed to a lower resolution 3D bed. Audio ...
_ak_win_sound_engine_8h_source
Wwise SDK - Windows
Ouput thread threading properties 47 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 48 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 49 50 // Audio render configuration ...
a
Wwise SDK
AK_GET_DEVICE_ID_FROM_DEVICE_KEY : IAkPlugin.h AK_GET_PLUGIN_SERVICE_AUDIO_OBJECT_ATTENUATION : IAkPlugin.h AK_GET_PLUGIN_SERVICE_AUDIO_OBJECT_PRIORITY : IAkPlugin.h AK_GET_PLUGIN_SERVICE_HASHTABLE : IAkPluginHashTable.h AK_GET_PLUGIN_SERVICE_MARKERS : IAkPlugin.h AK_GET_PLUGIN_SERVICE_MIXER : IAkPlugin.h AK_GET_PLUGIN_SERVICE_RNG : IAkPlugin.h AK_GET_PLUGIN_SERVICE_TEMPALLOC : IAkPluginTempAlloc.
_ak_android_sound_engine_8h_source
Wwise SDK - Android™
Ouput thread threading properties 60 AkThreadProperties threadBankManager; ///< Bank manager threading properties (its default priority is AK_THREAD_PRIORITY_NORMAL) 61 AkThreadProperties threadMonitor; ///< Monitor threading properties (its default priority is AK_THREAD_PRIORITY_ABOVENORMAL). This parameter is not used in Release build. 62 63 AkAudioAPI eAudioAPI; ///< ...
_ak_spatial_audio_8h_source
Wwise SDK
TransmissionLoss(1.f) 413 , RoomGameObj_AuxSendLevelToSelf(0.f) 414 , RoomGameObj_KeepRegistered(false) 415 , RoomPriority(100.f) 416 { 417 // default invalid values 418 Up.X = 0.f; 419 Up.Y = 1.f; 420 Up.Z = 0.f; 421 Front.X = 0.f; 422 Front.Y = 0.f; 423 Front.Z = 1.f; 424 } 425 426 /// Room Orientation. Up and Front must ...