audio_transcribe
Transcribe audio files into text. Supports wav, mp3, m4a, flac, optional timestamps, and outputs as JSON or TXT.
Instructions
音频转写:支持 wav/mp3/m4a/flac 等格式。使用 Qwen3-ASR (mlx-audio)。
Args: audio_path: 音频文件路径 language: 语言 (auto|zh|en|ja|ko) timestamps: 是否输出时间戳 output_format: 输出格式 (json|txt)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | auto | |
| audio_path | Yes | ||
| timestamps | No | ||
| output_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |