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

Top


MiniRobotLanguage (MRL)

 

AIS.GetVoices

Retrieve available voices from Elevenlabs

 

Intention

 

The AIS.GetVoices command retrieves a list of all available voices from the Elevenlabs API. This helps you discover which voices are available for your account.

 

Syntax

 

AIS.GetVoices[|$$RetVar]

 

P1 - $$RetVar (optional) - Variable to store the voice list

 

Example

 

' Set API key first

AIS.SetKey|your_elevenlabs_api_key

 

' Get available voices

AIS.GetVoices|$$Voices

DBP.$$Voices

 

Related Commands

 

- AIS.SetVoice - Set the voice to use