CRI ADX
Last Updated: 2024-07-17 10:47 p
|
Playback Method | Description | Data Setting Function |
---|---|---|
AWB Playback | Plays back audio data packed in an AWB file. | criAtomPlayer_SetWaveId |
On-Memory Playback | Plays back audio data loaded on the memory. | criAtomPlayer_SetData |
File Playback | Plays back audio files. | criAtomPlayer_SetFile |
Status Value | Player Status |
---|---|
CRIATOMPLAYER_STATUS_STOP | The player has been stopped. No audio data is being played back. |
CRIATOMPLAYER_STATUS_PREP | The player is preparing for playback. An audio data is being read, but the playback of voices has not been started. |
CRIATOMPLAYER_STATUS_PLAYING | The player is playing back audio data. While reading audio data, the player is playing back the data. |
CRIATOMPLAYER_STATUS_PLAYEND | The player has completed playback. The player has played back to the end of the audio data that was set. |
CRIATOMPLAYER_STATUS_ERROR | The player has failed to play back audio data. A problem such as a read error has occurred. |