|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIS. - AI Speech Synthesis |
The AIS.* commands provide text-to-speech (TTS) capabilities using AI-powered voice synthesis. Convert text into natural-sounding speech with various voice options.
Convert text to natural-sounding speechMultiple voice options (male, female, various styles)Save to MP3 or play directlyControl voice characteristics (stability, style, similarity)Support for elevenlabs and other TTS providers
Available Commands
Command |
Description |
See full documentation |
|
See full documentation |
|
See full documentation |
|
See full documentation |
|
See full documentation |
|
See full documentation |
|
See full documentation |
|
See full documentation |
Quick Start Example
; Set your API key
AIS.SetKey|your_api_key_here
; Choose a voice
AIS.SetFemaleVoice
; Convert text to speech
AIS.SayText|Hello, this is a test of the AI speech synthesis system.
; Save to file instead
AIS.TextToMP3|Welcome to MiniRobot|welcome.mp3
See Also