|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.CallWhisperUnicode |
Top |
MiniRobotLanguage (MRL)
AIC.CallWhisperUnicode
Whisper STT with Unicode support
Intention
The AIC.CallWhisperUnicode command is identical to AIC.CallWhisper but ensures proper handling of Unicode characters in the transcription. Use this for languages with special characters.
Syntax
AIC.CallWhisperUnicode|$$AudioPath[|$$RetVar]
P1 - $$AudioPath - Path to audio file
P2 - $$RetVar (optional) - Variable to store transcription
Example
' Transcribe with Unicode support
AIC.CallWhisperUnicode|C:\Audio\chinese.mp3|$$Text
DBP.$$Text
' For Japanese, Arabic, Cyrillic, etc.
AIC.CallWhisperUnicode|C:\Audio\russian.mp3|$$Transcript
Related Commands
- AIC.CallWhisper - Standard STT
- AIC.Record - Record audio