VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "./pod/vae_emitter.hpp"
#include "./vae_bank_manager.hpp"
#include "./vae_voice_manager.hpp"
#include "./vae_util.hpp"
#include "./vae_types.hpp"
#include "./pod/vae_listener.hpp"
#include "../../external/headeronly/robin_hood.h"
Go to the source code of this file.
Classes | |
class | vae::core::SpatialManager |
Namespaces | |
namespace | vae |
Contains Typedefinitions and basic structures use by the public API and internally. | |
namespace | vae::core |
Macros | |
#define | VAE_NO_EXCEPT |
#define | TSL_NO_EXCEPTIONS |
Variables | |
constexpr int | vae::core::_VAE_SIZE_SPATIAL_MANAGER = sizeof(SpatialManager) |
#define TSL_NO_EXCEPTIONS |
Definition at line 15 of file vae_spatial_manager.hpp.
#define VAE_NO_EXCEPT |
Definition at line 13 of file vae_spatial_manager.hpp.