transcribe
Convert WAV recordings to text for verification, not subtitle production: check reference audio or compare generated dialogue to scripts and catch dropped words.
Instructions
听一段录音, 返回里面说的文字。
两个用处, 都是"核对"而不是"生产字幕":
导入参考音时不知道那段录音念的是什么 —— import_actor 不给 transcript 就是 自动调它, 也可以先单独调一次看看听出来的对不对。
验稿: 配完一句台词, 听回来和台词原文比一比。克隆模型偶尔会吞掉尾巴, 而那种"少了半句"的产物听起来完全正常, 只有把它听成文字才看得见。
参数: audio_path: 录音的本机路径, 只收 WAV language: 语种提示 (可选, 如 zh / en)。不给就让模型自己判 —— 它本来就带语种识别, 只有在把方言听成另一种语言时才需要指定。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ||
| audio_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| text | No | ||
| error | No | ||
| source | No | ||
| language | No | ||
| warnings | No | ||
| error_code | No | ||
| audio_seconds | No |