menu
版本
2019.1.11.7296
2024.1.6.8842
2023.1.14.8770
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
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 2019.1.11
|
Initialization settings of the spatial audio module. 更多...
Public 成员函数 | |
AkSpatialAudioInitSettings () | |
Public 属性 | |
AkMemPoolId | uPoolID |
User-provided pool ID (see AK::MemoryMgr::CreatePool). 更多... |
|
AkUInt32 | uPoolSize |
Desired memory pool size if a new pool should be created. A pool will be created if uPoolID is not set (AK_INVALID_POOL_ID). 更多... |
|
AkUInt32 | uMaxSoundPropagationDepth |
Maximum number of portals that sound can propagate through; must be less than or equal to AK_MAX_SOUND_PROPAGATION_DEPTH. 更多... |
|
AkUInt32 | uDiffractionFlags |
Enable or disable specific diffraction features. See AkDiffractionFlags. 更多... |
|
AkReal32 | fDiffractionShadowAttenFactor |
Multiplier that is applied to the distance attenuation of diffracted sounds (sounds that are in the 'shadow region') to simulate the phenomenon where by diffracted sound waves decay faster than incident sound waves. 更多... |
|
AkReal32 | fDiffractionShadowDegrees |
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. 更多... |
|
Initialization settings of the spatial audio module.
在文件 AkSpatialAudio.h 第 48 行定义.