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

Configuration structure for attaching an AFX format insertion DSP 更多...

#include <cri_le_atom_ex.h>

成员变量

CriSint32 num_dsp
 Number of DSPs to create 更多...
 
CriSint32 max_channels
 Maximum number of DSP channels 更多...
 
CriSint32 max_sampling_rate
 DSP maximum sampling rate 更多...
 
CriAtomDspAfxConfig specific
 Afx format DSP setting structure 更多...
 

详细描述

Configuration structure for attaching an AFX format insertion DSP

Description:
This is the parameter to specify when attaching an AFX-format insertion DSP.
This is used as an argument to the criAtomExVoicePool_AttachDspAfx function.
参见
criAtomExVoicePool_AttachDspAfx

结构体成员变量说明

◆ num_dsp

CriSint32 num_dsp

Number of DSPs to create

Description:
The same value must be specified as the number of voices for attaching.

◆ max_channels

CriSint32 max_channels

Maximum number of DSP channels

Description:
The maximum number of channels that the DSP can handle.
The same value must be specified as the number of max_channels for attaching to voice pool.

◆ max_sampling_rate

CriSint32 max_sampling_rate

DSP maximum sampling rate

Description:
Maximum sampling rate that the DSP can handle.
The same value must be specified as the number of max_sampling_rate for attaching to voice pool.

◆ specific

Afx format DSP setting structure

Description:
Configure Afx format DSP configuration.
For more information, see CriAtomDspAfxConfig .

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