VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
#include "../../../external/tklb/src/types/audio/resampler/TResampler.hpp"
#include "../../../external/tklb/src/types/TDelegate.hpp"
#include "../../../include/vae/vae.hpp"
#include "../vae_types.hpp"
#include "../vae_config.hpp"
#include "../vae_util.hpp"
#include "./vae_backend.hpp"
Go to the source code of this file.
Classes | |
class | vae::core::Device |
Interface for audio devices. More... | |
struct | vae::core::Device::AudioThreadWorker |
Data shared with audio thread. 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_DEVICE_SIZE = sizeof(Device) |