VAE - Virtual Audio Engine
1
Small Data Driven Audio Engine
vae_config.hpp
Go to the documentation of this file.
1
#ifndef _VAE_CONFIG
2
#define _VAE_CONFIG
3
4
#include "../../include/vae/vae.hpp"
5
6
namespace
vae
{
namespace
Config {
7
// Most of the settings are in the public header since they are useful to know outside the engine
8
// really private stuff can go here
9
} }
10
11
/**
12
* @brief Forward internal max channels to tklb for tklb::AudioBuffer
13
*/
14
#define TKLB_MAXCHANNELS vae::StaticConfig::MaxChannels
15
16
#endif
// VAE_CONFIG
vae
Contains Typedefinitions and basic structures use by the public API and internally.
Definition:
vae.hpp:31
src
core
vae_config.hpp
Generated by
1.9.2