AIC. - Recording Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > ! Open AI - Whisper >

AIC. - Recording Commands

AIC. - Recording

Previous Top Next


MiniRobotLanguage (MRL)

 

Recording Commands

If Result available

 

 

Intention

 

To be able to use the speech-to-text engine Whisper, we thought it's necessary that you can also do the recording just from the Smart Package Robot.

For this we have implemented basic recording features.

While the Smart Package Robot  has already some sound mixing commands, in another topic we have here only the recording and you have a very simple recording control using the recording buttons.

Means you can start the recording and when you are done you press the button and the robot will then work on the resulting text.

 

Using the two Commands: AIC.DIctate Text and AIC.Dictate Letter

you can immediately start dictating your Text and have it transcribed.

 

 

 

Here you can see the available Recording Buttons.

 

 

clip0802   clip0803

         AIC.Create Rec Button|1|0|0                   AIC.Create Rec Button|0|0

 

 

clip0806   clip0807

 AIC.crb|1|0|1                                AIC.crb|0|0|1

 

 

Example

 

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

' AIC.-Sample

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

AIC.Set Key|file

 

AIC.Dictate Letter|$$OUT

 

' Here we get the result

DBP.$$OUT

ENR.

 

 

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    1.6.1. Program Flow Control

    ! Smart Package Robot 's Parallel Robot Operations

    1.5. Features and Hints