CRI ADX
Last Updated: 2024-07-17 10:47 p
|
ASR initialization configuration structureThis is a structure to specify the behavior of the software sound renderer ASR.
This structure is specified as an argument of the criAtomAsr_Initialize function.
More...
#include <cri_le_atom_asr.h>
Data Fields | |
CriFloat32 | server_frequency |
Execution frequency of server process. More... | |
CriSint32 | num_buses |
Number of buses. More... | |
CriSint32 | output_channels |
Number of output channels. More... | |
CriAtomSpeakerMapping | speaker_mapping |
Mixer speaker mapping. More... | |
CriSint32 | output_sampling_rate |
Output sampling rate. More... | |
CriAtomSoundRendererType | sound_renderer_type |
Sound renderer type. More... | |
void * | context |
Pointer to platform-specific parameters. More... | |
CriSint32 | max_racks |
Maximum number of ASR racks. More... | |
CriAtomAmbisonicsOrderType | ambisonics_order_type |
Ambisonics order type. More... | |
ASR initialization configuration structure
This is a structure to specify the behavior of the software sound renderer ASR.
This structure is specified as an argument of the criAtomAsr_Initialize function.
CriFloat32 server_frequency |
Execution frequency of server process.
CriSint32 num_buses |
Number of buses.
CriSint32 output_channels |
Number of output channels.
CriAtomSpeakerMapping speaker_mapping |
Mixer speaker mapping.
CriSint32 output_sampling_rate |
Output sampling rate.
CriAtomSoundRendererType sound_renderer_type |
Sound renderer type.
void* context |
Pointer to platform-specific parameters.
CriSint32 max_racks |
Maximum number of ASR racks.
CriAtomAmbisonicsOrderType ambisonics_order_type |
Ambisonics order type.