Asterisk - The Open Source Telephony Project
18.5.0
|
Multi-party software binaural channel mixing (header) More...
#include "hrirs.h"
Go to the source code of this file.
Macros | |
#define | HRIRS_CHANNEL_LEFT 0 |
#define | HRIRS_CHANNEL_RIGHT 1 |
#define | POSITION_SIZE 181 |
Variables | |
static unsigned int | ast_binaural_positions [POSITION_SIZE] |
Multi-party software binaural channel mixing (header)
Definition in file hrirs_configuration.h.
#define HRIRS_CHANNEL_LEFT 0 |
The offset for the left channel audio channel.
Definition at line 45 of file hrirs_configuration.h.
Referenced by get_hrir(), and init_convolve_channel_pair().
#define HRIRS_CHANNEL_RIGHT 1 |
The offset for the right channel audio channel.
Definition at line 47 of file hrirs_configuration.h.
Referenced by get_hrir(), and init_convolve_channel_pair().
#define POSITION_SIZE 181 |
The size of possible positions in the virtual enviroment build with the help of binaural audio processing.
Definition at line 38 of file hrirs_configuration.h.
|
static |
The ast_binaural_positions array contains a specific plan to order conference participants in the virtual enviroment.
Definition at line 52 of file hrirs_configuration.h.
Referenced by get_hrir().