transcribe_audio_file
Transcribe local audio files (mp3, m4a, wav, ogg, flac) to text using Groq Whisper API. Optionally specify language code for transcription accuracy.
Instructions
Transcribe a local audio file using Groq Whisper API (whisper-large-v3).
Use this tool to transcribe any local audio file (mp3, m4a, wav, ogg, flac, etc.).
Args: file_path: Absolute path to the audio file language: Language code for transcription (default: "it" for Italian)
Returns: The transcribed text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| language | No | it |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |