CRI ADX
Last Updated: 2024-07-17 10:47 p
|
Configuration structure for creating an ASR rackThis structure is used for specifying the behavior of the ASR (Atom Sound Renderer).
This structure is specified as an argument of the criAtomExAsrRack_Create function.
More...
#include <cri_le_atom_asr.h>
Data Fields | |
CriFloat32 | server_frequency |
Execution frequency of server processing. 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... | |
CriAtomExAsrRackId | output_rack_id |
Destination ASR Rack ID. More... | |
void * | context |
Pointer to platform-specific parameters. More... | |
Configuration structure for creating an ASR rack
This structure is used for specifying the behavior of the ASR (Atom Sound Renderer).
This structure is specified as an argument of the criAtomExAsrRack_Create function.
CriFloat32 server_frequency |
Execution frequency of server processing.
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.
CriAtomExAsrRackId output_rack_id |
Destination ASR Rack ID.
void* context |
Pointer to platform-specific parameters.