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 Data

Previous Top Next


MiniRobotLanguage (MRL)

 

AIS.Get Data

Retrieves internal AIS engine registers.

 

 

Intention

 

The AIS.Get Data command retrieves internal registers from the AIS engine based on the number specified in P1.
The result can be stored in an optional variable specified in P2.

 

Value

Returns

Explanation

0

AIS_Output_Format

Returns the AIS output format

1

AIS_Model

Returns the AIS Model

2

ELabs_Voice_ID

Returns the Eleven Labs Voice ID

 

 

Syntax

 

 

AIS.Get Data|P1[|P2]

AIS.Gda|P1[|P2]

 

 

 

Parameter Explanation

 

P1: A number from 0 to 2 that specifies which internal registers to retrieve.

P2: Optional. A variable where the result will be stored. If omitted, the result will be placed on TOS.

 

 

 

 

Example

 

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

' AIS.-Sample

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

$$NUM=1

' Return AIS_Output_Format

AIS.Get Data|$$NUM|$$RES

MBX.$$RES

ENR.

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: