Elevenlabs Speech Synthesis

<< Click to Display Table of Contents >>

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

Elevenlabs Speech Synthesis

AIS.Get Default

Previous Top Next


MiniRobotLanguage (MRL)

 

AIS.Get Default

Retrieves default voice settings.

 

 

Intention

 

The AIS.Get Default command retrieves the default voice settings from the AIS. engine.

These settings include various parameters like stability, similarity boost, style, and whether to use speaker boost or not.

 

 

clip0798

 

 

Syntax

 

 

AIS.Get Default[|P1]

AIS.Gdf[|P1]

 

 

 

Parameter Explanation

 

  P1: Optional. The variable where the default voice settings will be stored. If omitted, the result is pushed onto the Top of Stack (TOS).

 

The returned default settings will be in the following JSON format:

 

{

  "stability": 0.5,

  "similarity_boost": 0.75,

  "style": 0.0,

  "use_speaker_boost": true

}

 

 

 

Example

 

'***********************************

' AIS.-Sample

'***********************************

AIS.Get Default|$$DEF

MBX.$$DEF

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    1.6.1. Program Flow Control

    ! Smart Package Robot 's Parallel Robot Operations

    1.5. Features and Hints