|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Set TTS endpoint
AIC_---Artificial-Intelligenc2(Url)
Name
Type
Required
Description
Url
String
Yes
TTS API endpoint URL
Type
Description
Long
Returns 1 on success, 0 on failure
·Set custom TTS service endpoint
·Default: OpenAI TTS API
·Allows local TTS server configuration
' Set custom TTS endpointDim result As Longresult = AIC_---Artificial-Intelligenc2("https://api.openai.com/v1/audio/speech")If result = 1 Then Print "TTS endpoint set"
Configures the TTS (Text-to-Speech) API endpoint URL.
AIC_---Artificial-Intelligenc2, AIC_---Artificial-Intelligenc2
Previous Top Next