transcribe_file
Transcribe local audio files (wav, mp3, m4a, ogg) with automatic language detection for Spanish and Portuguese, and optional speaker diarization to label who said what.
Instructions
Transcribe a local audio file (wav, mp3, m4a, ogg...) with Orchard. Handles Spanish and Portuguese real-world audio (calls, meetings, field recordings) especially well; language auto-detected when omitted. Set diarize=true to get speaker-labeled turns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the audio file on this machine. | |
| prompt | No | Bias the transcriber toward domain terms, names or acronyms. | |
| diarize | No | Label who said what (speaker diarization). | |
| language | No | ISO code like 'es', 'pt', 'en'. Leave empty to auto-detect. | |
| num_speakers | No | Exact number of speakers, if known. Improves diarization on phone calls. |