Wwise SDK 2023.1.8
|
#include <AK/SoundEngine/Common/AkTypes.h>
#include <AK/SpatialAudio/Common/AkSpatialAudio.h>
#include <AK/SoundEngine/Common/AkVirtualAcoustics.h>
Go to the source code of this file.
Namespaces | |
namespace | AK |
Audiokinetic namespace. | |
AK::SpatialAudio | |
Audiokinetic spatial audio namespace. | |
AK::SpatialAudio::ReverbEstimation | |
Audiokinetic reverb estimation namespace. | |
Functions | |
Reverb estimation. | |
These functions can be used to estimate the reverb parameters of a physical environment, using its volume and surface area | |
float | AK::SpatialAudio::ReverbEstimation::CalculateSlope (const AkAcousticTexture &texture) |
void | AK::SpatialAudio::ReverbEstimation::GetAverageAbsorptionValues (AkAcousticTexture *in_textures, float *in_surfaceAreas, int in_numTextures, AkAcousticTexture &out_average) |
Calculate average absorption values using each of the textures in in_textures, weighted by their corresponding surface area. More... | |
AKSOUNDENGINE_API AKRESULT | AK::SpatialAudio::ReverbEstimation::EstimateT60Decay (AkReal32 in_volumeCubicMeters, AkReal32 in_surfaceAreaSquaredMeters, AkReal32 in_environmentAverageAbsorption, AkReal32 &out_decayEstimate) |
AKSOUNDENGINE_API AKRESULT | AK::SpatialAudio::ReverbEstimation::EstimateTimeToFirstReflection (AkVector in_environmentExtentMeters, AkReal32 &out_timeToFirstReflectionMs, AkReal32 in_speedOfSound=343.0f) |
AKSOUNDENGINE_API AkReal32 | AK::SpatialAudio::ReverbEstimation::EstimateHFDamping (AkAcousticTexture *in_textures, float *in_surfaceAreas, int in_numTextures) |
Reverb parameter estimation.
Definition in file AkReverbEstimation.h.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise