CRI ADX  Last Updated: 2024-07-17 10:47 p
How to Play Back a Lot of Dialogue Data


When a lot of dialogue data are played back, playback parameters (such as volume and pitch) are usually not necessary, and therefore, in streaming playback of an ACB file created by CRI Atom Craft, the file's parameter part that resides on the memory is redundant.
We recommend you to play back an AWB file just encoded/packed by 'CRI Atom Encoder .'
The AWB file contains only the index information of internal waveform data, and it improves memory efficiency.

On the program side, instead of the criAtomExAcb_LoadAcbFile function, use the criAtomAwb_LoadToc function.
Specify the ID of the data in the criAtomExPlayer_SetWaveId function, instead of the criAtomExPlayer_SetCueId function, to play back the data.
For more specific information on the playback method, see the sample program in 'AWB Playback .'

Return:Tips