transcribe_selection
Convert the selected audio region into text transcription. Runs in the background, returning a job ID immediately for later retrieval.
Instructions
[EXPERIMENTAL] Transcribe only the currently selected audio region. Requires separate setup (pip install faster-whisper).
Runs in BACKGROUND - returns a job_id immediately. 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
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | transcribe | |
| language | No | ||
| model_size | No | small |