transcribe_to_labels
Transcribe audio in Audacity and insert timestamped labels at each segment. Runs in background, returning a job ID for asynchronous processing.
Instructions
[EXPERIMENTAL] Transcribe audio and add Audacity labels at each segment timestamp. Requires separate setup (pip install faster-whisper).
Runs in BACKGROUND - returns a job_id immediately.
If labels from a previous attempt need clearing first: select_tracks the label track, then track_remove, before re-running this.
Args: model_size: Whisper model - "tiny", "base", "small", "medium", "large-v3" language: ISO language code (e.g. "en") or None for auto-detect task: "transcribe" (labels in the spoken language) or "translate" (labels always in English, regardless of the spoken language)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | transcribe | |
| language | No | ||
| model_size | No | small |