menu
版本
2021.1.14.8108
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2021.1.14
|
Initialization settings of the spatial audio module. 更多...
#include <AkSpatialAudio.h>
Public 成员函数 | |
AkSpatialAudioInitSettings () | |
Public 属性 | |
AkUInt32 | uMaxSoundPropagationDepth |
Maximum number of portals that sound can propagate through; must be less than or equal to AK_MAX_SOUND_PROPAGATION_DEPTH. 更多... |
|
AkReal32 | fMovementThreshold |
Amount that an emitter or listener has to move to trigger a recalculation of reflections/diffraction. Larger values can reduce the CPU load at the cost of reduced accuracy. 更多... |
|
AkUInt32 | uNumberOfPrimaryRays |
The number of primary rays used in the ray tracing engine. A larger number of rays will increase the chances of finding reflection and diffraction paths, but will result in higher CPU usage. When CPU limit is active (see AkSpatialAudioInitSettings::fCPULimitPercentage), this setting represents the maximum allowed number of primary rays. 更多... |
|
AkUInt32 | uMaxReflectionOrder |
Maximum reflection order [1, 4] - the number of 'bounces' in a reflection path. A higher reflection order renders more details at the expense of higher CPU usage. 更多... |
|
AkReal32 | fMaxPathLength |
AkReal32 | fCPULimitPercentage |
bool | bEnableDiffractionOnReflection |
Enable diffraction at the end/beginning of reflection paths. Diffraction on reflection causes reflections to fade in and out smoothly as the listener or emitter move in and out of the reflection's shadow zone. 更多... |
|
bool | bEnableGeometricDiffractionAndTransmission |
bool | bCalcEmitterVirtualPosition |
An emitter that is diffracted through a portal or around geometry will have its apparent or virtual position calculated by Wwise Spatial Audio and passed on to the sound engine. 更多... |
|
bool | bUseObstruction |
bool | bUseOcclusion |
Initialization settings of the spatial audio module.
在文件 AkSpatialAudio.h 第 44 行定义.