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.SetOutputFormat

Top


MiniRobotLanguage (MRL)

 

AIS.SetOutputFormat

Set the audio output format

 

Intention

 

The AIS.SetOutputFormat command sets the audio format for generated speech files. Different formats offer different quality and file size trade-offs.

 

Syntax

 

AIS.SetOutputFormat|$$Format

 

P1 - $$Format - Audio format: mp3, wav, pcm, etc.

 

Example

 

' Set MP3 format (default)

AIS.SetOutputFormat|mp3

 

' Set WAV format

AIS.SetOutputFormat|wav