VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "../vae_types.hpp"
#include "./vae_source.hpp"
#include "./vae_event.hpp"
#include "./vae_mixer.hpp"
Go to the source code of this file.
Classes | |
struct | vae::core::Bank |
Bank object containing Sources, Mixers and Events Can be loaded and unloaded at runtime. More... | |
Namespaces | |
namespace | vae |
Contains Typedefinitions and basic structures use by the public API and internally. | |
namespace | vae::core |
Variables | |
constexpr int | vae::core::_VAE_BANK_SIZE = sizeof(Bank) |