SAF
|
Binaural configuration struct. More...
#include <saf_hades_synthesis.h>
Data Fields | |
int | lHRIR |
Length of HRIRs in samples. | |
int | nHRIR |
Number of HRIRs. | |
int | hrir_fs |
HRIR sample rate. | |
float * | hrirs |
Matrix of HRIR data; FLAT: nHRIR x NUM_EARS x lHRIR. | |
float * | hrir_dirs_deg |
HRTF directions in [azimuth elevation] format, in degrees; FLAT: nHRIR x 2. | |
Binaural configuration struct.
Definition at line 60 of file saf_hades_synthesis.h.
float* hades_binaural_config::hrir_dirs_deg |
HRTF directions in [azimuth elevation] format, in degrees; FLAT: nHRIR x 2.
Definition at line 66 of file saf_hades_synthesis.h.
int hades_binaural_config::hrir_fs |
HRIR sample rate.
Definition at line 63 of file saf_hades_synthesis.h.
float* hades_binaural_config::hrirs |
Matrix of HRIR data; FLAT: nHRIR x NUM_EARS x lHRIR.
Definition at line 64 of file saf_hades_synthesis.h.
int hades_binaural_config::lHRIR |
Length of HRIRs in samples.
Definition at line 61 of file saf_hades_synthesis.h.
int hades_binaural_config::nHRIR |
Number of HRIRs.
Definition at line 62 of file saf_hades_synthesis.h.