transcribe_selection
Transcribe selected audio regions in Audacity using Whisper AI models. Get text from specific audio segments for transcription or translation tasks.
Instructions
[EXPERIMENTAL] Transcribe only the currently selected audio region. Requires separate setup — see installation guide.
Runs in BACKGROUND — returns a job_id immediately. Use check_transcription_status to monitor progress.
Select a region first, then call this tool.
Args: model_size: Whisper model - "tiny", "base", "small", "medium", "large-v3" language: ISO language code or None for auto-detect task: "transcribe" or "translate"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_size | No | small | |
| language | No | ||
| task | No | transcribe |