transcribe_to_labels
Transcribe audio and add timestamped labels in Audacity using Whisper models for segment-by-segment annotation.
Instructions
[EXPERIMENTAL] Transcribe audio and add Audacity labels at each segment timestamp. Requires separate setup — see installation guide.
Runs in BACKGROUND — returns a job_id immediately. Use check_transcription_status to monitor progress.
Args: model_size: Whisper model - "tiny", "base", "small", "medium", "large-v3" language: ISO language code or None for auto-detect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| model_size | No | small |