Asterisk - The Open Source Telephony Project GIT-master-a358458
Macros | Variables
hrirs_configuration.h File Reference

Multi-party software binaural channel mixing (header) More...

#include "hrirs.h"
Include dependency graph for hrirs_configuration.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]
 

Detailed Description

Multi-party software binaural channel mixing (header)

Author
Frank Haase fra.h.nosp@m.aase.nosp@m.@goog.nosp@m.lema.nosp@m.il.co.nosp@m.m
Dennis Guse denni.nosp@m.s.gu.nosp@m.se@al.nosp@m.umni.nosp@m..tu-b.nosp@m.erli.nosp@m.n.de

Definition in file hrirs_configuration.h.

Macro Definition Documentation

◆ HRIRS_CHANNEL_LEFT

#define HRIRS_CHANNEL_LEFT   0

The offset for the left channel audio channel.

Definition at line 45 of file hrirs_configuration.h.

◆ HRIRS_CHANNEL_RIGHT

#define HRIRS_CHANNEL_RIGHT   1

The offset for the right channel audio channel.

Definition at line 47 of file hrirs_configuration.h.

◆ POSITION_SIZE

#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.

Variable Documentation

◆ ast_binaural_positions

unsigned int ast_binaural_positions[POSITION_SIZE]
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().