start_watch
Watch a folder for new audio files and auto-transcribe them. Processed files move to a done directory, and transcription results are retrieved with get_watch_results.
Instructions
Start watching a folder for new audio files to auto-transcribe.
New audio files dropped into folder are transcribed automatically
and moved to a "done" directory. By default this is <folder>/../done;
override it with the MACWHISPER_WATCH_DONE_DIR env var. Both the
incoming folder and the done directory must be inside the configured
allow-list, otherwise the call is rejected. Call get_watch_results()
to retrieve completed transcriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | Absolute or ``~``-prefixed path to the incoming directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |