Elevenlabs Speech Synthesis

<< Click to Display Table of Contents >>

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

Elevenlabs Speech Synthesis

AIS.Set Similarity

Previous Top Next


MiniRobotLanguage (MRL)

 

AIS.Set Similarity

Sets voice similarity level.

 

 

Intention

 

The AIS.Set Similarity command allows you to set the level of similarity the AIS engine should aim for when replicating a voice.

This is useful for fine-tuning the voice output to match the original voice as closely as possible.

The internal "similarity_boost" parameter dictates how closely the AI should adhere to the original voice.

Setting it too high may reproduce artifacts or background noise if those were present in the original recording.

 

 

 

 

Syntax

 

 

AIS.Set Similarity|P1[|P2]

 

 

Parameter Explanation

 

P1: Required. A floating-point number between 0 and 1 that sets the level of similarity.

P2: Optional. The variable where the result will be stored.

 

 

Example

 

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

' AIS.-Sample

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

$$SIM=0.75

AIS.Set Similarity|$$SIM|$$RET

MBX.$$RET

ENR.

 

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: