|
JPL Spatial
Sound spatialization and propagation library
|
#include <JPLSpatial/Utilities/GainEncoding.h>
Public Member Functions | |
| constexpr | Gain24Bit ()=default |
| JPL_INLINE constexpr | Gain24Bit (float gainNormalized) |
| JPL_INLINE constexpr Gain24Bit & | operator= (float gainNormalized) noexcept |
| JPL_INLINE constexpr | operator float () const noexcept |
Public Attributes | |
| uint8 | Bytes [3] |
Static Public Attributes | |
| static constexpr uint32 | cU24max = (1 << 24) - 1 |
| static constexpr float | cInv = 1.0f / cU24max |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
| uint8 JPL::Gain24Bit::Bytes[3] |