VAE - Virtual Audio Engine 1
Small Data Driven Audio Engine
vae::core::VoiceHRTF Struct Reference

Data needed to process HRTFs. More...

#include <vae_voice_hrtf.hpp>

Collaboration diagram for vae::core::VoiceHRTF:

Public Attributes

ScratchBuffer convolutionBuffer
 Temporary buffer for the convolution. More...
 
Size convolutionIndex
 position in convolution buffer More...
 

Detailed Description

Data needed to process HRTFs.

Definition at line 12 of file vae_voice_hrtf.hpp.

Member Data Documentation

◆ convolutionBuffer

ScratchBuffer vae::core::VoiceHRTF::convolutionBuffer

Temporary buffer for the convolution.

Definition at line 13 of file vae_voice_hrtf.hpp.

◆ convolutionIndex

Size vae::core::VoiceHRTF::convolutionIndex

position in convolution buffer

Definition at line 14 of file vae_voice_hrtf.hpp.


The documentation for this struct was generated from the following file: