Configuration structure used to attach a time-stretching effect
更多...
#include <cri_le_atom_ex.h>
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
Number of DSPs created
- Description:
- Specify the same value here as the number of voices in the attached destination.
◆ 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 .
该结构体的文档由以下文件生成: