|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/Math/Math.h"#include "JPLSpatial/Math/SIMD.h"#include "JPLSpatial/Math/SIMDMath.h"Go to the source code of this file.
Classes | |
| struct | JPL::SplitFrequencies |
| Split frequencies points for crossover. More... | |
Namespaces | |
| namespace | JPL |
Typedefs | |
| using | JPL::AbsorptionCoeffs = simd |
| using | JPL::FreqBandCenters = simd |
| using | JPL::EnergyBands = simd |
Variables | |
| constexpr SplitFrequencies | JPL::cDefaultFrequencySplits { .F1 = 176.0f, .F2 = 775.0f, .F3 = 3408.0f } |
| At the moment JPL Spatial uses these frequency sptits for sound propagation. | |
| const FreqBandCenters | JPL::cBandCenters = round(ComputeBandCenters(cDefaultFrequencySplits)) |