|
VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "../vae_types.hpp"#include "../vae_util.hpp"#include "../pod/vae_bank.hpp"#include "../voices/vae_voice.hpp"#include "../voices/vae_voice_filter.hpp"#include "../voices/vae_voice_pan.hpp"#include "../voices/vae_voice_hrtf.hpp"#include "../vae_voice_manager.hpp"#include "../vae_spatial_manager.hpp"#include "../algo/vae_spcap.hpp"#include "../algo/vae_hrtf_util.hpp"#include "../fs/vae_hrtf_loader.hpp"#include "../../../external/glm/glm/gtc/matrix_transform.hpp"Go to the source code of this file.
Classes | |
| class | vae::core::SpatialProcessor |
Namespaces | |
| namespace | vae |
| Contains Typedefinitions and basic structures use by the public API and internally. | |
| namespace | vae::core |
Variables | |
| constexpr int | vae::core::_VAE_SPATIAL_PROCESSOR_SIZE = sizeof(SpatialProcessor) |