transcribe_audio
Transcribe local audio or video files on a CrispASR server with automatic language detection or explicit English/Chinese profiles. Keep data on-premises without cloud uploads.
Instructions
Transcribe a local audio file through a CrispASR server.
Supports auto language routing (needs --lid-model) or explicit english / chinese profiles. Can start a managed server on demand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| out_dir | No | outputs | |
| profile | No | auto | |
| file_path | Yes | ||
| lid_model | No | ||
| models_dir | No | models | |
| server_url | No | ||
| keep_server | No | ||
| lid_backend | No | firered | |
| chinese_model | No | ||
| english_model | No | ||
| manage_server | No | ||
| response_format | No | verbose_json | |
| allow_model_auto_download | No |