SAF
|
Parameter container to store the data from an analyser for one blocksize of audio. More...
#include <saf_hades_internal.h>
Data Fields | |
int | nBands |
Number of bands. | |
float * | diffuseness |
Diffuseness value per band; nBands x 1. | |
int * | doa_idx |
Beamforming direction index per band; nBands x 1. | |
int * | gains_idx |
Reproduction direction index per band; nBands x 1. | |
float * | gains_dir |
Extra direct reproduction gain per band (default=1.0f); nBands x 1. | |
float * | gains_diff |
Extra diffuse reproduction gain per band (default=1.0f); nBands x 1. | |
Parameter container to store the data from an analyser for one blocksize of audio.
Definition at line 169 of file saf_hades_internal.h.
float* hades_param_container_data::diffuseness |
Diffuseness value per band; nBands x 1.
Definition at line 173 of file saf_hades_internal.h.
int* hades_param_container_data::doa_idx |
Beamforming direction index per band; nBands x 1.
Definition at line 174 of file saf_hades_internal.h.
float* hades_param_container_data::gains_diff |
Extra diffuse reproduction gain per band (default=1.0f); nBands x 1.
Definition at line 179 of file saf_hades_internal.h.
float* hades_param_container_data::gains_dir |
Extra direct reproduction gain per band (default=1.0f); nBands x 1.
Definition at line 178 of file saf_hades_internal.h.
int* hades_param_container_data::gains_idx |
Reproduction direction index per band; nBands x 1.
Definition at line 175 of file saf_hades_internal.h.
int hades_param_container_data::nBands |
Number of bands.
Definition at line 170 of file saf_hades_internal.h.