Changing the volume on the data side
Change the queue volume in the "FX1" tab of the CRI Atom Craft detail pane.
Please refer to " \ref criatom_tools_atomcraft_volume ".
Advantages
Changes can be made as intended by the designer.
No need to change the program.
Disadvantage
Data must be replaced.
Changing the volume programmatically
Use the
criAtomExPlayer_SetVolume function to play at the specified volume.
For audio that is currently being played, the volume will not change unless you call the
criAtomExPlayer_UpdateAll function.
Please refer to the sample program
Playback by Changing Parameters .
Advantage
It is not necessary to replace data.
Disadvantage
Designers and programmers must collaborate to adjust data.
Changing the Volume by AISAC
Use
AISAC Interactive Sound System "AISAC" to change the volume under programmer control depending on the game situation. For example, the sound of a car engine or the cheers of a sports event.
For information on how to create data, please refer to
AISAC .
For information on how to play it, please refer to
AISAC control .
Volume change with track automation
If you want to change the volume according to the playback time of the sequence, use
Track Automation .