transcribe_audio
Transcribe speech from audio/video files into timestamped text locally. Prefers embedded subtitles, returns JSON with text and source.
Instructions
Speech-to-text (FunASR SenseVoice, with timestamps; embedded subtitle tracks are preferred when available). Returns JSON: {"text": ..., "source": "asr"|"subtitle"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | auto/zh/en/yue/ja/ko | auto |
| media | Yes | Audio/video file path / URL | |
| asr_model | No | sensevoice |