transcribe
Transcribe speech from local audio or video files by auto-extracting audio. Supports automatic language detection or forced ISO codes. Returns text, language, duration, and timestamped segments.
Instructions
Transcribe speech from a local audio OR video file using Groq Whisper.
Args:
path: Absolute path to an audio or video file (video audio is auto-extracted).
language: "auto" to detect, or an ISO code like "fr" / "en" to force.
Returns: {text, language, duration, segments:[{start,end,text}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| language | No | auto |