CRI ADX
Last Updated: 2024-07-17 10:47 p
|
Data Structures | |
struct | CriAtomAsrConfigTag |
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... | |
Macros | |
#define | criAtomMeter_SetDefaultConfigForLoudnessMeter(p_config) |
Sets default values for the loudness meter function configuration structure. More... | |
#define | criAtomMeter_SetDefaultConfigForTruePeakMeter(p_config) |
Sets default values for the true peak meter function configuration structure. More... | |
#define | criAtomExAsrRack_SetDefaultConfig(p_config) |
Setting default parameters for CriAtomAsrConfig. More... | |
#define | criAtomAsr_SetDefaultConfig(p_config) |
Set default parameters for CriAtomAsrConfig. More... | |
#define | criAtomPlayer_SetDefaultConfig_ASR(p_config) |
Setting the default parameter to CriAtomPlayerConfig_ASR. More... | |
Typedefs | |
typedef struct CriAtomAsrConfigTag | CriAtomAsrConfig |
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... | |
Functions | |
CriSint32 | criAtomAsr_CalculateWorkSize (const CriAtomAsrConfig *config) |
Calculate work area size required for initializing ASR. More... | |
void | criAtomAsr_Initialize (const CriAtomAsrConfig *config, void *work, CriSint32 work_size) |
Initialize ASR. More... | |
void | criAtomAsr_Finalize (void) |
End ASR. More... | |
#define criAtomMeter_SetDefaultConfigForLoudnessMeter | ( | p_config | ) |
Sets default values for the loudness meter function configuration structure.
#define criAtomMeter_SetDefaultConfigForTruePeakMeter | ( | p_config | ) |
Sets default values for the true peak meter function configuration structure.
#define criAtomExAsrRack_SetDefaultConfig | ( | p_config | ) |
Setting default parameters for CriAtomAsrConfig.
[out] | p_config | Pointer to the initialization configuration structure |
#define criAtomAsr_SetDefaultConfig | ( | p_config | ) |
Set default parameters for CriAtomAsrConfig.
[out] | p_config | Pointer to the configuration structure for initialization |
#define criAtomPlayer_SetDefaultConfig_ASR | ( | p_config | ) |
Setting the default parameter to CriAtomPlayerConfig_ASR.
[in] | p_config | Pointer to the configuration structure used to create the player. |
typedef struct CriAtomAsrConfigTag CriAtomAsrConfig |
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.
CriSint32 criAtomAsr_CalculateWorkSize | ( | const CriAtomAsrConfig * | config | ) |
Calculate work area size required for initializing ASR.
[in] | config | Configuration structure for ASR initialization |
void criAtomAsr_Initialize | ( | const CriAtomAsrConfig * | config, |
void * | work, | ||
CriSint32 | work_size | ||
) |
Initialize ASR.
[in] | config | Configuration structure for ASR initialization |
[in] | work | work area |
[in] | work_size | work area size |
void criAtomAsr_Finalize | ( | void | ) |
End ASR.