Struct containing SPCAP and preconfigured speaker setups.
More...
#include <vae_spcap.hpp>
Struct containing SPCAP and preconfigured speaker setups.
Definition at line 11 of file vae_spcap.hpp.
◆ HeadphoneSPCAP
Initial value:= {
{ -1, 0, 0 }, { +1, 0, 0 }
}
Definition at line 83 of file vae_spcap.hpp.
◆ MonoSPCAP
Initial value:
TODO there's probably a smart way to make this all constexpr.
Definition at line 82 of file vae_spcap.hpp.
◆ QuadSPCAP
Initial value:= {
{ -1, 0, -1 }, { +1, 0, -1 },
{ -1, 0, +1 }, { +1, 0, +1 }
}
Definition at line 85 of file vae_spcap.hpp.
◆ StereroSPCAP
Initial value:= {
{ -1, 0, -1 }, { +1, 0, -1 }
}
Definition at line 84 of file vae_spcap.hpp.
◆ SuroundSPCAP
Initial value:= {
{ -1, 0, -1 }, { +1, 0, -1 },
{ -1, 0, +1 }, { +1, 0, +1 },
{ 0, 0, -1 }
}
Definition at line 86 of file vae_spcap.hpp.
The documentation for this struct was generated from the following file: