transcribe
Convert audio files into text using Whisper, returning timestamped segments with confidence scores for review.
Instructions
Transcribe an audio file using Whisper. Returns segments with timestamps, text, and confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ISO 639-1 language code | fr |
| audio_path | Yes | Path to the audio file (wav, mp3, m4a, flac) |