mm_transcribe_audio
Transcribe local audio files (MP3, WAV, M4A, FLAC, OGG) to text with automatic language detection. Returns a Markdown transcript with language, full text, and segments.
Instructions
转写本地音频为文字。
Args: audio_path: 本地音频绝对路径,支持 MP3/WAV/M4A/FLAC/OGG。 language: 可选 ISO 639-1 语言代码,如 zh、en;默认自动检测。
Returns: str: Markdown 格式的转写结果(语言、全文、分段)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| audio_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |