CRI ADX  Last Updated: 2025-05-07 13:34 p
How to Perform On-Memory Playback
ACB Files
ACB files store the waveform data for on-memory playback.
By default, CRI Atom Craft is set to Streaming Type = Memory, and waveform data is stored in ACB files.


On the program side, the difference is whether or not you specify an AWB file for streaming in the criAtomExAcb_LoadAcbFile function, but other settings such as the cue ID are the same for both memory playback and stream playback.
For more information, please refer to Cue Playback (Memory) .


ADX/HCA files

You can also load ADX/HCA files into memory on the application side and play them from memory.
In that case, load the ADX/HCA file into memory using the CRI File System or the application's own file system.
Specify the address and size of the ADX/HCA data in the criAtomExPlayer_SetData function.
For details, refer to the sample program " \ref criatom_samples_playback_memory ".


Return:Tips