An ACB file contains waveform data for on-memory playback.
In the default settings of CRI Atom Craft, streaming type is memory and waveform data are stored in an ACB file.
Whether to perform on-memory playback or streaming playback can be set by 'stmtype .'
In the program, the only difference between on-memory playback and streaming playback is whether or not specifying the AWB file for streaming in the criAtomExAcb_LoadAcbFile function, but other settings such as specified Cue ID remain the same.
For details, see 'Cue Playback (Memory) .'
ADX/HCA Files
The user can design an application to load an ADX/HCA file into the memory, and play back the file from the memory.
In that case, use CRI File System or an application-specific file system to load an ADX/HCA file to the memory.
Specify the address and size of the ADX/HCA data in the criAtomExPlayer_SetData function.
For details, see the sample program in 'On-memory Playback .'