CRI ADX  Last Updated: 2025-05-07 13:34 p
How to play packed data?
The data output by CRI Atom Craft contains packed waveform data.
For information on how to create data using CRI Atom Craft, please refer to Tutorial . For information on how to play it, please refer to Cue Playback (Memory) .


You can also simply encode and pack waveform data without the playback parameters (volume, pitch, etc.) included in the cue sheet.
In that case, the tool uses CRI Atom Encoder instead of CRI Atom Craft.
The program uses the criAtomAwb_LoadToc function instead of the criAtomExAcb_LoadAcbFile function to load the index information into memory.
Instead of using the criAtomExPlayer_SetCueId function, use the criAtomExPlayer_SetWaveId function to specify the ID and play it.
For simple encoding and packing methods, refer to CRI Atom Encoder , and for playback methods, refer to the sample program AWB playback .


Normally, you would create a cue sheet and play it, but if you don't need playback parameters, for example to play a large amount of dialogue, you would play the AWB file created with CRI Atom Encoder .


Return:Tips