|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > ! Open AI - Whisper > Open AI - Whisper Commands |
MiniRobotLanguage (MRL)
AIC.Call Whisper
Open AI Cloud Based Speech to Text System
Intention
🔊 Introducing Whisper from OpenAI!
🤖 Simply upload your MP3 file P1 and watch as it's magically transcribed into text. 📝
Plus, with the P2 flag, you can opt to translate it directly into English! 🌐✨
Syntax
AIC.Call Whisper|P1[|P2][|P3]
Parameter Explanation
P1 - Filename of an ".mp3" File containing the recorded speech.
P2 - (optional) 0/1 (Transcribe or Translate Flag) Set to 1 if the content should be translated to english.
P3 - (optional) Variable for Returned Text. If omitted result is placed on TOS.
Example
'***********************************
' AIC.-Sample
'***********************************
$$FIL=Temp_007.mp3
AIC.Call Whisper|$$FIL|0|$$TXT
DBP.$$TXT
ENR.
Remarks
-
Limitations:
-
See also:
• ! Smart Package Robot 's Parallel Robot Operations