Transcribe File with TypeWhisper
typewhisper_transcribe_fileTranscribe local audio or video files by providing their absolute path to the TypeWhisper app. Supports language hints, task type selection, engine overrides, and dictionary corrections.
Instructions
Transcribe a local audio or video file through the running TypeWhisper app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to an audio or video file on this Mac. | |
| task | No | TypeWhisper task. Defaults to transcribe. | |
| model | No | Optional model id override. | |
| engine | No | Optional TypeWhisper engine/provider id override. | |
| language | No | Exact ISO 639-1 source language, for example de or en. | |
| awaitDownload | No | Wait for model restore/download instead of failing fast. | |
| languageHints | No | Ordered language hints. Do not combine with language. | |
| targetLanguage | No | Target language for Apple Translate output. | |
| applyCorrections | No | Apply TypeWhisper Dictionary Corrections. Defaults to true. |