Set Model Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > Set_Model Commands >

Set Model Commands

AIC.Set TTS Model

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Set TTS Model

Sets or resets the Text-to-Speech (TTS) model

 

 

Intention

 

The AIC.Set TTS Model command is designed to select a specific Text-to-Speech (TTS) model for AI operations.
This command allows users to either set a specific TTS model or revert to the default model if no parameter is specified.

It is essential for customizing the voice synthesis process to suit different requirements.

 

 

 

Syntax

 

 

TMP.[P1] … ELS. … EIF.

 

 

Parameter Explanation

 

P1 - (optional) the name of the TTS model to be set. If this parameter is omitted, the command will reset to the default TTS model.

Currently, two models are available:

 

tts-1-hd: High-definition TTS model (Default). May take a bit longer in processing.

tts-1: Standard TTS model. A bit faster yet a bit less quality.

 

 

 

Example

 

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

' AIC.-Sample

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

' Example SPR-Script to set the TTS model to high-definition

AIC.Set TTS Model|tts-1-hd

 

' Reset to default TTS model

AIC.Set TTS Model

ENR.

 

 

 

 

Remarks

 

Availability of TTS models may vary and is subject to updates or changes by the AI service provider.

The specific characteristics and capabilities of each TTS model can differ.

New Models can be specified when they are available.

 

 

Limitations:

 

-

 

 

See also: