|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/FrequencyBands.h"#include "JPLSpatial/Math/SIMD.h"#include "JPLSpatial/Math/SIMDMath.h"#include "JPLSpatial/SpeedOfSound.h"Go to the source code of this file.
Classes | |
| struct | JPL::AirAbsorptionParams |
| struct | JPL::AirAbsorptionCache |
| class | JPL::AirAbsorption |
Namespaces | |
| namespace | JPL |
Typedefs | |
| using | JPL::FrequencyBands = simd |
Variables | |
| constexpr float | JPL::JPL_DB_TO_RECIP_M = 0.1151292546497022842f |
| constexpr float | JPL::JPL_RECIP_M_TO_DB = 8.68588963807f |
| const AirAbsorptionCache | JPL::cDefaultAirAbsCache = AirAbsorption::CacheParameters(JPL::cBandCenters, AirAbsorptionParams{}) |
| Default air absorption used in JPL Spatial. | |