CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomExDspTimeStretchConfigTag结构体 参考

Configuration structure used to attach a time-stretching effect 更多...

#include <cri_le_atom_ex.h>

成员变量

CriSint32 num_dsp
 Number of DSPs created 更多...
 
CriSint32 max_channels
 Maximum number of channels for DSP 更多...
 
CriSint32 max_sampling_rate
 Maximum sampling rate used for DSP 更多...
 
CriAtomDspTimeStretchConfig specific
 Structure for DSP-specific settings 更多...
 

详细描述

Configuration structure used to attach a time-stretching effect

Description:
Structure used to attach a time-stretching effect to a Voice Pool.
注意
More members will be added in the future, so if you are not using the criAtomExVoicePool_SetDefaultConfigForDspTimeStretch 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.)
参见
criAtomExVoicePool_AttachDspTimeStretch, criAtomExVoicePool_CalculateWorkSizeForDspTimeStretch, criAtomExVoicePool_SetDefaultConfigForDspTimeStretch

结构体成员变量说明

◆ num_dsp

CriSint32 num_dsp

Number of DSPs created

Description:
Specify the same value here as the number of voices in the attached destination.

◆ max_channels

CriSint32 max_channels

Maximum number of channels for DSP

Description:
Specifies the maximum number of channels that can be processed by a DSP.
Specify the same value here as the maximum number of channels (max_channels) in the player settings of a Voice Pool for the attached destination.

◆ max_sampling_rate

CriSint32 max_sampling_rate

Maximum sampling rate used for DSP

Description:
Specifies the maximum sampling rate that can be processed by a DSP.
Specify the same value here as the maximum sampling rate (max_sampling_rate) in the player settings of a Voice Pool for the attached destination.

◆ specific

Structure for DSP-specific settings

Description:
Structure used for DSP-specific configuration settings.
For details, see CriAtomDspTimeStretchConfig .

该结构体的文档由以下文件生成: