|
JPL Spatial
Sound spatialization and propagation library
|
Base to compose LUT specializations. More...
#include <JPLSpatial/Panning/VBAPLUT3D.h>
Public Types | |
| using | GainType = GainType_ |
| using | SpeakerIndexType = SpeakerIndexType_ |
Public Types inherited from JPL::VBAP::DynamicDataTrait< DynamicDataType_ > | |
| using | DynamicDataType = DynamicDataType_ |
Public Attributes | |
| std::array< GainPack< GainType >, N > | Gains |
| std::array< SpeakerIndexType, N > | Speakers |
Public Attributes inherited from JPL::VBAP::DynamicDataTrait< DynamicDataType_ > | |
| std::pmr::vector< DynamicDataType > | Data { GetDefaultMemoryResource() } |
Base to compose LUT specializations.
| using JPL::VBAP::LUTBase< N, GainType_, SpeakerIndexType_, DynamicDataType_ >::GainType = GainType_ |
| using JPL::VBAP::LUTBase< N, GainType_, SpeakerIndexType_, DynamicDataType_ >::SpeakerIndexType = SpeakerIndexType_ |
| std::array<GainPack<GainType>, N> JPL::VBAP::LUTBase< N, GainType_, SpeakerIndexType_, DynamicDataType_ >::Gains |
| std::array<SpeakerIndexType, N> JPL::VBAP::LUTBase< N, GainType_, SpeakerIndexType_, DynamicDataType_ >::Speakers |