audio_transcribe
Transcribe speech from audio files or URLs into text using a local Whisper model. Specify a language hint for accuracy or auto-detect.
Instructions
Transcribe speech in an audio file to text using a local Whisper model
(faster-whisper). Requires the optional dependency:
uv pip install 'openmedia-mcp[whisper]' or pip install faster-whisper.
Args: source: Local file path or direct URL to an audio file. language: Language hint like 'en', 'de' (empty = auto-detect). max_chars: Character cap (0 = default cap).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| language | No | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |