VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vae::StaticConfig::Speakers Namespace Reference

Placement of the speakers around the listener used for SPCAP panning. More...

Variables

constexpr Vector3 center = { 0, 0, -1 }
 Used for mono and souround setups (except quadrophonic) More...
 
constexpr Vector3 left = { -1, 0, 0 }
 Used in 7.1 and Headphones. More...
 
constexpr Vector3 right = { +1, 0, 0 }
 Used in 7.1 and Headphones. More...
 
constexpr Vector3 frontLeft = { +1, 0, -1 }
 Stereo and suround setups. More...
 
constexpr Vector3 frontRight = { +1, 0, -1 }
 Stereo and suround setups. More...
 
constexpr Vector3 rearLeft = { +1, 0, +1 }
 Sourund setups. More...
 
constexpr Vector3 rearRight = { +1, 0, +1 }
 Sourund setups. More...
 

Detailed Description

Placement of the speakers around the listener used for SPCAP panning.

Distance to the listener is not taken into account. The subwoofer has no placement.

Variable Documentation

◆ center

constexpr Vector3 vae::StaticConfig::Speakers::center = { 0, 0, -1 }
constexpr

Used for mono and souround setups (except quadrophonic)

Definition at line 315 of file vae.hpp.

◆ frontLeft

constexpr Vector3 vae::StaticConfig::Speakers::frontLeft = { +1, 0, -1 }
constexpr

Stereo and suround setups.

Definition at line 320 of file vae.hpp.

◆ frontRight

constexpr Vector3 vae::StaticConfig::Speakers::frontRight = { +1, 0, -1 }
constexpr

Stereo and suround setups.

Definition at line 321 of file vae.hpp.

◆ left

constexpr Vector3 vae::StaticConfig::Speakers::left = { -1, 0, 0 }
constexpr

Used in 7.1 and Headphones.

Definition at line 317 of file vae.hpp.

◆ rearLeft

constexpr Vector3 vae::StaticConfig::Speakers::rearLeft = { +1, 0, +1 }
constexpr

Sourund setups.

Definition at line 323 of file vae.hpp.

◆ rearRight

constexpr Vector3 vae::StaticConfig::Speakers::rearRight = { +1, 0, +1 }
constexpr

Sourund setups.

Definition at line 324 of file vae.hpp.

◆ right

constexpr Vector3 vae::StaticConfig::Speakers::right = { +1, 0, 0 }
constexpr

Used in 7.1 and Headphones.

Definition at line 318 of file vae.hpp.