transcribe_audio
Transcribe speech from local audio or video files to get time-coded segments for translation, dubbing, and background music separation.
Instructions
Transcribe speech from a local audio or video file (unbilled draft).
Use the returned segments with translate (origin via text) then
synthesize_audio to produce a dubbed track. Video uploads also
return a video_id for muxing.
Args: file_path: Path to audio (mp3, wav, m4a, …) or video (mp4, mov, …). source_language_code: Optional source language hint (e.g. "en"). keep_background_music: If true, split a music bed for later remix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| source_language_code | No | ||
| keep_background_music | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |