Samples Directory
/CRIWARE/SDK/pc/samples/criatomex/attach_dsp_setting
Sample Description
- In order to enable DSP bus configured in CRI Atom Craft, call the ::criAtomExAsr_AttachDspBusSetting function to build a DSP bus.
Before doing so, call the criAtomEx_RegisterAcfFile or ::criAtomEx_RegisterAcfConfig function to register ACF data .
The following is a code to build a DSP bus.
criAtomExAsr_AttachDspBusSetting("DspBusSetting_0", NULL, 0);
CriBool criAtomEx_RegisterAcfFile(CriFsBinderHn binder, const CriChar8 *path, void *work, CriSint32 work_size)
Register an ACF file.