AIS. - AI Speech Synthesis

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIS. - AI Speech Synthesis >

AIS. - AI Speech Synthesis

AIS.SetStability

Top


MiniRobotLanguage (MRL)

 

AIS.SetStability

Set the voice stability (0-100)

 

Intention

 

The AIS.SetStability command controls the stability of the generated voice. Higher stability makes the voice more consistent but may sound more monotone. Lower stability adds more variation and expressiveness.

 

Syntax

 

AIS.SetStability|$$Value

 

P1 - $$Value - Stability value (0-100). Default: 50

 

Example

 

' High stability - consistent voice

AIS.SetStability|80

 

' Low stability - more variation

AIS.SetStability|30