CRI ADX  Last Updated: 2024-07-17 10:47 p
How to Change Parameters Randomly in Every Playback


It is possible to change parameters, such as volume and pitch, randomly in every playback.

Changing Parameters in a Program
This can be done by setting a volume value randomly for the criAtomExPlayer_SetVolume function from the application side.
In this case, the volume value can be managed completely by the application.
On the other hand, the application must control the range of the volume value, and therefore, it causes a burden for programmers.

Changing Parameters on Data
In CRI Atom Craft, it is possible to specify the range of random values.
Audio data can be played back with a parameter value selected within the range.
For details on setting the range of a random parameter in CRI Atom Craft, refer to 'Randomizing Parameters.'
AISAC control values can also be randomized. Refer to 'Random AISAC' for how to set these.

Return:Tips