|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.SetWhisperDefault |
Top |
MiniRobotLanguage (MRL)
AIC.SetWhisperDefault
Set default parameters for Whisper transcription
Intention
The AIC.SetWhisperDefault command configures default settings for OpenAI Whisper speech-to-text transcription, including language and model.
Syntax
AIC.SetWhisperDefault|$$Settings
Parameters
P1 - $$Settings - Settings string (e.g., "model=whisper-1,language=en")
Example
' Set Whisper defaults for German
AIC.SetWhisperDefault|model=whisper-1,language=de
' Transcribe audio file
AIC.Transcribe|recording.wav|$$Text
DBP.$$Text
Related Commands
- AIC.Transcribe - Transcribe audio
- AIC.Dictate - Dictate text