SAF
Loading...
Searching...
No Matches
hades_binaural_config Struct Reference

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.
 

Detailed Description

Binaural configuration struct.

Definition at line 60 of file saf_hades_synthesis.h.

Field Documentation

◆ hrir_dirs_deg

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.

◆ hrir_fs

int hades_binaural_config::hrir_fs

HRIR sample rate.

Definition at line 63 of file saf_hades_synthesis.h.

◆ hrirs

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.

◆ lHRIR

int hades_binaural_config::lHRIR

Length of HRIRs in samples.

Definition at line 61 of file saf_hades_synthesis.h.

◆ nHRIR

int hades_binaural_config::nHRIR

Number of HRIRs.

Definition at line 62 of file saf_hades_synthesis.h.


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