CRI ADX  Last Updated: 2024-07-17 10:47 p
How to Play Back Packed Data


Waveform data are packed in data generated from CRI Atom Craft.
For details on creating a CueSheet, see 'criatom_tools_tut_crepre ' and for details on playing back it, see 'Cue Playback (Memory) .'

It is also possible to pack waveform data by simply encoding them without playback parameters (such as volume and pitch) included in a CueSheet.
In that case, use CRI Atom Encoder as the tool instead of CRI Atom Craft.

On the program side, instead of the criAtomExAcb_LoadAcbFile function, use the criAtomAwb_LoadToc function to load the index information to the memory.
Specify the ID of the data in the criAtomExPlayer_SetWaveId function, instead of the criAtomExPlayer_SetCueId function, to play back the data.

For details on simple encoding and packing methods, see 'CRI Atom Encoder ' and for details on playing back the data, see the sample program in 'AWB Playback .'

In general, create a CueSheet to play back audio data, according to the former method.
However, when playback parameters are not required, for example, to play back a lot of dialogue data, create an AWB file by CRI Atom Encoder and play back the file, according to the latter method.

Return:Tips