CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomExAcb
CriAtomExAcb is the module for accessing ACB files.
By using CriAtomExAcb, the Cues in an ACB file created by CRI Atom Craft can be played back.
The procedure for playing back Cues in an ACB file is as follows:
  1. Use the criAtomExAcb_LoadAcbFile function to load an ACB file.
  2. Use the criAtomExPlayer_SetCueId function to set the ID of a Cue to be played back for an AtomEx Player.
  3. Use the criAtomExPlayer_Start function to start playback.
By using the criAtomExAcb_LoadAcbFile function, an ACB file can be loaded on the system memory.
In an ACB, the placement information (i.e., at which byte from which position a Cue exists) and parameters (such as volume and pitch) of each Cue in the file.
By loading an ACB, an AtomEx Player can play back Cues in the ACB data.
[Remarks]
When an ACB file containing Cues for streaming playback is used, it is necessary to specify an AWB file for streaming playback together with the ACB file for the criAtomExAcb_LoadAcbFile function.