VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Holds all voices and starts/stops them. More...
#include "./vae_util.hpp"
#include "./vae_types.hpp"
#include "./pod/vae_source.hpp"
#include "./pod/vae_event.hpp"
#include "./../../include/vae/vae.hpp"
#include "./voices/vae_voice.hpp"
#include "./voices/vae_voice_filter.hpp"
#include "./voices/vae_voice_pan.hpp"
#include "./voices/vae_voice_hrtf.hpp"
Go to the source code of this file.
Classes | |
class | vae::core::VoiceManger |
There is only one voice pool and VAE and it's managed here. 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_SIZE_VOICE_MANAGER = sizeof(VoiceManger) |
Holds all voices and starts/stops them.
Definition in file vae_voice_manager.hpp.