menu
버전
2024.1.3.8749
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
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.3.8749
2023.1.11.8682
2022.1.18.8567
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 2024.1.3
|
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 validation of reflections/diffraction. Larger values can reduce the CPU load at the cost of reduced accuracy. Note that the ray tracing itself is not affected by this value. Rays are cast each time a Spatial Audio update is executed. 더 자세히 ... | |
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 high reflection order renders more details at the expense of higher CPU usage. 더 자세히 ... | |
AkUInt32 | uMaxDiffractionOrder |
AkUInt32 | uMaxDiffractionPaths |
AkUInt32 | uMaxGlobalReflectionPaths |
AkUInt32 | uMaxEmitterRoomAuxSends |
AkUInt32 | uDiffractionOnReflectionsOrder |
AkReal32 | fMaxDiffractionAngleDegrees |
AkReal32 | fMaxPathLength |
AkReal32 | fCPULimitPercentage |
AkReal32 | fSmoothingConstantMs |
AkUInt32 | uLoadBalancingSpread |
Spread the computation of paths on uLoadBalancingSpread frames [1..[. When uLoadBalancingSpread is set to 1, no load balancing is done. Values greater than 1 indicate the computation of paths will be spread on this number of frames. 더 자세히 ... | |
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. 더 자세히 ... | |
AkTransmissionOperation | eTransmissionOperation |
The operation used to determine transmission loss on direct paths. 더 자세히 ... | |
Initialization settings of the spatial audio module.
AkSpatialAudio.h 파일의 50 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요