CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomExAdxVoicePoolConfigTag Struct Reference

Configuration structure used when creating an ADX Voice Pool. More...

#include <cri_le_atom_ex.h>

Data Fields

CriAtomExVoicePoolIdentifier identifier
 
CriSint32 num_voices
 
CriAtomAdxPlayerConfig player_config
 
CriBool is_streaming_only
 
CriSint32 min_channels
 

Detailed Description

Configuration structure used when creating an ADX Voice Pool.

Description:
Structure used to configure an ADX Voice Pool.
Pass it as an argument to the criAtomExVoicePool_AllocateAdxVoicePool function.
The maximum number of voices you can pool is CRIATOMEX_MAX_VOICES_PER_POOL , and the minimum is CRIATOMEX_MIN_VOICES_PER_POOL .
Attention
More members will be added in the future, so if you are not using the criAtomExVoicePool_SetDefaultConfigForAdxVoicePool macro, make sure to initialize the whole structure to zero before using it.
(Make sure that no member of the structure has an undefined value.)
See also
criAtomExVoicePool_AllocateAdxVoicePool, criAtomExVoicePool_SetDefaultConfigForAdxVoicePool

Field Documentation

◆ identifier

Voice pool ID

◆ num_voices

CriSint32 num_voices

Number of voices

◆ player_config

CriAtomAdxPlayerConfig player_config

Specifications of the voices

◆ is_streaming_only

CriBool is_streaming_only

Is it for streaming only

◆ min_channels

CriSint32 min_channels

Minimum number of channels


The documentation for this struct was generated from the following file: