|
JPL Spatial
Sound spatialization and propagation library
|
#include "JPLSpatial/Core.h"#include "JPLSpatial/FrequencyBands.h"#include "JPLSpatial/Math/SIMD.h"#include "JPLSpatial/Math/DecibelsAndGain.h"#include <algorithm>#include <cmath>#include <concepts>#include <ostream>#include <string_view>#include <unordered_map>#include <utility>Go to the source code of this file.
Classes | |
| struct | JPL::AcousticMaterial |
| Acoustical properties of a material. More... | |
Namespaces | |
| namespace | JPL |
Functions | |
| template<CFloatOrSIMD T> | |
| JPL_INLINE T | JPL::ReflectionLoss_dB (const T &alpha) |
| std::ostream & | JPL::operator<< (std::ostream &os, const AcousticMaterial &v) |