|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/Math/SIMD.h"#include "JPLSpatial/Math/SIMDMath.h"#include <cmath>#include <concepts>#include <numbers>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | JPL |
Concepts | |
| concept | JPL::CFloatOrSIMD |
Functions | |
| template<CFloatOrSIMD T> | |
| JPL_INLINE T | JPL::dBToGain (const T &dB) noexcept |
| template<CFloatOrSIMD T> | |
| JPL_INLINE T | JPL::dBToIntencity (const T &dB) noexcept |
| template<CFloatOrSIMD T> | |
| JPL_INLINE T | JPL::GainTodB (const T &gainFactor) noexcept |
| template<CFloatOrSIMD T> | |
| JPL_INLINE constexpr T | JPL::IntencityTodB (const T &intencityFactor) noexcept |