Transcribe a multitrack session
transcribe_sessionTranscribe per-participant audio files into a single timestamped, speaker-labeled transcript. Use for accurate per-speaker scoring in dialogue analysis.
Instructions
Transcribe a folder of per-participant recordings and merge them into one speaker-labeled transcript ordered by timestamp. Each file contains exactly one person, so speaker attribution is exact. This is the recommended path for anything that needs per-speaker scores. In Zoom, enable Settings > Recording > 'Record a separate audio file for each participant'. Speaker names come from the filenames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| backend | No | ||
| language | No | ||
| directory | Yes | Folder containing one audio file per participant. | |
| speaker_names | No | Map filenames to speaker names, e.g. {"audio1234.m4a": "Dana"}. |