transcribe_audio
Convert audio files to text using OpenAI Whisper API, supporting multiple languages and optional file saving for transcription results.
Instructions
Transcribe an audio file using OpenAI Whisper API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filepath | Yes | Absolute path to the audio file | |
language | No | Language of the audio in ISO-639-1 format (e.g. "en", "es"). Default is "en". | |
save_to_file | No | Whether to save the transcription to a file next to the audio file |