Our APIs allow users to adjust Facial Movement in both speaking and idle scenarios.
To adjust movement when the character is idle (not speaking) use setIdleMovement(frequency, amplitude);
To adjust movement when the character is speaking use setSpeechMovement(amplitude);
|