SAF
|
A sound-field visualiser based on the directional re-assignment of beamformer energy based on local DoA estimates [1,2]. More...
Go to the source code of this file.
Data Structures | |
struct | dirass_codecPars |
Contains variables for scanning grids, and sector beamforming. More... | |
struct | dirass_data |
Main structure for dirass. More... | |
Macros | |
#define | DIRASS_FRAME_SIZE ( 1024 ) |
Framesize, in time-domain samples. | |
#define | MAX_DISPLAY_SH_ORDER ( 20 ) |
Maximum display/upscaling SH order. | |
#define | MAX_NUM_INPUT_SH_SIGNALS ( (MAX_SH_ORDER+1)*(MAX_SH_ORDER+1) ) |
Maximum number of SH signals for the input. | |
#define | MAX_NUM_DISPLAY_SH_SIGNALS ( (MAX_DISPLAY_SH_ORDER+1)*(MAX_DISPLAY_SH_ORDER+1) ) |
Maximum number of SH signals for the display/upscaling SH output. | |
#define | NUM_DISP_SLOTS ( 2 ) |
Number of display slots. | |
Functions | |
void | dirass_setCodecStatus (void *const hDir, CODEC_STATUS newStatus) |
Sets codec status (see CODEC_STATUS enum) | |
void | dirass_initAna (void *const hDir) |
Intialises the codec variables, based on current global/user parameters. | |
A sound-field visualiser based on the directional re-assignment of beamformer energy based on local DoA estimates [1,2].
Definition in file dirass_internal.h.
#define DIRASS_FRAME_SIZE ( 1024 ) |
Framesize, in time-domain samples.
Definition at line 56 of file dirass_internal.h.
#define MAX_DISPLAY_SH_ORDER ( 20 ) |
Maximum display/upscaling SH order.
Definition at line 59 of file dirass_internal.h.
#define MAX_NUM_DISPLAY_SH_SIGNALS ( (MAX_DISPLAY_SH_ORDER+1)*(MAX_DISPLAY_SH_ORDER+1) ) |
Maximum number of SH signals for the display/upscaling SH output.
Definition at line 61 of file dirass_internal.h.
#define MAX_NUM_INPUT_SH_SIGNALS ( (MAX_SH_ORDER+1)*(MAX_SH_ORDER+1) ) |
Maximum number of SH signals for the input.
Definition at line 60 of file dirass_internal.h.
#define NUM_DISP_SLOTS ( 2 ) |
Number of display slots.
Definition at line 62 of file dirass_internal.h.
void dirass_initAna | ( | void *const | hDir | ) |
Intialises the codec variables, based on current global/user parameters.
Definition at line 51 of file dirass_internal.c.
void dirass_setCodecStatus | ( | void *const | hDir, |
CODEC_STATUS | newStatus ) |
Sets codec status (see CODEC_STATUS enum)
Definition at line 40 of file dirass_internal.c.