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

Configuration structure for attaching an AFX format insertion DSP. More...

#include <cri_le_atom_ex.h>

Data Fields

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

Detailed Description

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.
See also
criAtomExVoicePool_AttachDspAfx

Field Documentation

◆ 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 .

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