Open AI - Whisper Commands

<< 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

AIC.Call Whisper Unicode

Previous Top Next


MiniRobotLanguage (MRL)

 

AIC.Call Whisper Unicode

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! 🌐✨

 

This Command will return Unicode in a normal SPR-Variable. This makes it possible to also keep non ASC-Characters from foreign languages or Emojis alive.

It will also place the resulting content in the Clipboard so you can directly paste it in any application.

 

 

 

 

Syntax

 

 

AIC.Call Whisper Unicode|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.

 

This Command will return Unicode in a normal SPR-Variable.

It will also directly place the resulting content in the Clipboard so you can directly paste it in any application.

 

 

 

Example

 

'***********************************

' AIC.-Sample

'***********************************
$$FIL=Temp_007.mp3

AIC.Call Whisper Unicode|$$FIL|0|$$TXT

' Need to convert to ANSI before Printing

UTA.$$TXT

DBP.$$TXT

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also: