JPL Spatial
Sound spatialization and propagation library
Loading...
Searching...
No Matches
JPL::VBAP::CLUT Concept Reference

VBAP LUT interfaces only accept LUT types defined below. More...

#include <JPLSpatial/Panning/VBAPLUT3D.h>

Concept definition

template<class T>
concept JPL::VBAP::CLUT = requires { typename T::GainType; }&& requires { typename T::SpeakerIndexType; }
VBAP LUT interfaces only accept LUT types defined below.
Definition VBAPLUT3D.h:53

Detailed Description

VBAP LUT interfaces only accept LUT types defined below.