VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Small option struct to save wave files. More...
#include <TWaveFile.hpp>
Public Types | |
enum | Container { riff = drwav_container_riff , w64 = drwav_container_w64 , rf64 = drwav_container_rf64 } |
enum | Format { PCM = DR_WAVE_FORMAT_PCM , IEEE_FLOAT = DR_WAVE_FORMAT_IEEE_FLOAT } |
Public Attributes | |
int | bitsPerSample = 32 |
Container | container = Container::riff |
Format | format = Format::IEEE_FLOAT |
Small option struct to save wave files.
Definition at line 89 of file TWaveFile.hpp.
int tklb::wave::WaveOptions::bitsPerSample = 32 |
Definition at line 90 of file TWaveFile.hpp.
Container tklb::wave::WaveOptions::container = Container::riff |
Definition at line 96 of file TWaveFile.hpp.
Format tklb::wave::WaveOptions::format = Format::IEEE_FLOAT |
Definition at line 107 of file TWaveFile.hpp.