transcribe_selection
Transcribe only the currently selected audio region in Audacity. Runs in the background and returns a job ID, with language auto-detection or explicit language and translation options available.
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.
Language auto-detection can occasionally misidentify the language on a short
or ambiguous clip. If you already know the audio's language, pass language
explicitly (e.g. "en"), or set task="translate" to force English output.
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
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | transcribe | |
| language | No | ||
| model_size | No | small |