forced_alignment
Align a known transcript to audio, returning per-word and per-character timing data as JSON.
Instructions
Align a known transcript to audio, returning per-word/character timings.
Args: audio_file_path: path to the audio file. text: the exact transcript of the audio.
Returns alignment data as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| audio_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |