VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
|
Data needed to process HRTFs. More...
#include <vae_voice_hrtf.hpp>
Public Attributes | |
ScratchBuffer | convolutionBuffer |
Temporary buffer for the convolution. More... | |
Size | convolutionIndex |
position in convolution buffer More... | |
Data needed to process HRTFs.
Definition at line 12 of file vae_voice_hrtf.hpp.
ScratchBuffer vae::core::VoiceHRTF::convolutionBuffer |
Temporary buffer for the convolution.
Definition at line 13 of file vae_voice_hrtf.hpp.
Size vae::core::VoiceHRTF::convolutionIndex |
position in convolution buffer
Definition at line 14 of file vae_voice_hrtf.hpp.