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

Configuration structure used when creating a raw PCM Voice Pool. More...

#include <cri_le_atom_ex.h>

Data Fields

CriAtomExVoicePoolIdentifier identifier
 
CriSint32 num_voices
 
CriAtomRawPcmPlayerConfig player_config
 

Detailed Description

Configuration structure used when creating a raw PCM Voice Pool.

Description:
Structure used to configure a raw PCM Voice Pool.
Pass it as an argument to the criAtomExVoicePool_AllocateRawPcmVoicePool function.
The maximum number of voices that can be pooled is CRIATOMEX_MAX_VOICES_PER_POOL , and the minimum number is CRIATOMEX_MIN_VOICES_PER_POOL .
Attention
More members will be added in the future, so if you are not using the criAtomExVoicePool_SetDefaultConfigForRawPcmVoicePool 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_AllocateRawPcmVoicePool, criAtomExVoicePool_SetDefaultConfigForRawPcmVoicePool

Field Documentation

◆ identifier

Voice Pool ID

◆ num_voices

CriSint32 num_voices

Number of voices

◆ player_config

Specifications of the voices


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