Skip to main content
Version: Latest

Functionalities other than AI Speaking

(mainly related to AI settings)

Once resource loading completes, AIPlayer becomes active and operatable.

In this active state, you can change AIPlayer's settings.

The image below shows which settings are configurable in the Sample Project.

AI Size: value between 0.5~1.5

aiPlayer.scale = scale

Volume Control

: You can control the volume. The possible value range is from 0.0 to 1.0.

aiPlayer.volume = value;

: Toggle mute on and off.

aiPlayer.isMute = value;