Wwise Versions
  • Sample Project
  • Wwise Fundamentals
  • Wwise Help
  • Wwise SDK
  • Wwise Unity Integration
  • Wwise Unreal Integration

Autre Documentation

  • Strata
  • ReaWwise
  • Audiokinetic Launcher
  • Wwise Audio Lab​
  • Wwise Adventure Game
  • GME In-Game Voice Chat
  • Meta XR Audio

Cours de certification

  • Wwise Fundamentals (2024.1)
  • Wwise Interactive Music (2021.1)
  • Wwise Performance Optimization (2023.1)
  • Wwise Unity Integration (2023.1)

Autres sources

  • Site Web
  • Vidéos
  • Plugiciels
  • Répertoire des créateurs
  • Questions et réponses
  • Blogue
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 ...
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::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  /// ...
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 ...
More...   AkUInt8 uMinNumBuffers   AkPriority priority  The stream priority. it should be between AK_MIN_PRIORITY and AK_MAX_PRIORITY (included). More...   Detailed Description Automatic streams heuristics. Definition at line 94 of file IAkStreamMgr.h.
AkIoHeuristics
Wwise SDK
Wwise SDK 2024.1.8 List of all members | Public Attributes AkIoHeuristics Struct Reference #include <AkStreamMgrModule.h> Public Attributes AkReal32 fDeadline  Operation deadline (ms). More...   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. More...   Detailed Description ...
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 ...
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; ...
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; ...
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 ...
... }, "BottomEditorState": { "type": "string", "description": "The state of the bottom editor.", "enum": [ "Normal", "Maximized", "Minimized" ] }, "EditorPriority": ...
... "BottomEditorState": { "type": "string", "description": "The state of the bottom editor.", "enum": [ "Normal", "Maximized", "Minimized" ] }, "EditorPriority": ...
AkAudioObject
Wwise SDK
More...   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 object priorities should be retrieved, or set through IAkPluginServiceAudioObjectPriority to retain compatibility with future ...
_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; ///< ...
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 ...
This method typically specifies thread priority and processor. Tip: The I/O scheduler thread should have a priority above normal because it does not use much of the CPU: it spends most of its time waiting for streams to service, or waiting for the disk controller. However, when it needs to choose a task and post it to the Low-Level I/O, it should be able to do so quickly to maximize the storage device ...