Asterisk - The Open Source Telephony Project
18.5.0
|
Multi-party software binaural channel HRIRS. More...
Go to the source code of this file.
Macros | |
#define | HRIRS_IMPULSE_LEN 557 |
#define | HRIRS_IMPULSE_SIZE 181 |
#define | HRIRS_SAMPLE_RATE 48000 |
Variables | |
float | hrirs_left [HRIRS_IMPULSE_SIZE][HRIRS_IMPULSE_LEN] |
float | hrirs_right [HRIRS_IMPULSE_SIZE][HRIRS_IMPULSE_LEN] |
Multi-party software binaural channel HRIRS.
Definition in file hrirs.h.
#define HRIRS_IMPULSE_LEN 557 |
Definition at line 45 of file hrirs.h.
Referenced by init_convolve_channel().
#define HRIRS_IMPULSE_SIZE 181 |
Definition at line 46 of file hrirs.h.
Referenced by init_convolve_channel().
float hrirs_left[HRIRS_IMPULSE_SIZE][HRIRS_IMPULSE_LEN] |
Definition at line 49 of file hrirs.h.
Referenced by get_hrir().
float hrirs_right[HRIRS_IMPULSE_SIZE][HRIRS_IMPULSE_LEN] |
Definition at line 25390 of file hrirs.h.
Referenced by get_hrir().