|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIS. - AI Speech Synthesis > AIS. - AI Speech Synthesis |
AIS.PlayMP3 |
Top |
MiniRobotLanguage (MRL)
AIS.PlayMP3
Play an MP3 audio file
Intention
The AIS.PlayMP3 command plays an MP3 audio file through the default audio output device. This is useful for playing back previously generated TTS files or any MP3 audio.
Syntax
AIS.PlayMP3|$$FilePath
P1 - $$FilePath - The full path to the MP3 file to play.
Example
' Play a previously generated TTS file
AIS.PlayMP3|C:\Audio\welcome.mp3
' Play any MP3 file
AIS.PlayMP3|C:\Music\background.mp3
Related Commands
- AIS.TextToMP3 - Create MP3 from text