|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIS. - AI Speech Synthesis > AIS. - AI Speech Synthesis |
AIS.SetSpeakerBoost |
Top |
MiniRobotLanguage (MRL)
AIS.SetSpeakerBoost
Enable or disable speaker boost (0 or 1)
Intention
The AIS.SetSpeakerBoost command enables or disables speaker boost, which enhances the clarity and presence of the voice in the audio output.
Syntax
AIS.SetSpeakerBoost|$$Value
P1 - $$Value - 0 = Off, 1 = On
Example
' Enable speaker boost
AIS.SetSpeakerBoost|1
' Disable speaker boost
AIS.SetSpeakerBoost|0