transcribe_recording
Transcribe meeting recordings using Whisper, with optional speaker diarization. Saves the transcript alongside the audio and updates the meeting record.
Instructions
Transcribe a meeting recording using Whisper.
Optionally applies speaker diarization with pyannote.audio if installed
and HF_TOKEN is set. Saves the transcript alongside the audio file and
updates the meetings table.
Args:
recording_id: The meeting_id from the meetings table (shown in Meetings tab)
Returns:
Transcript text (with speaker labels if diarization succeeded) and
the path where it was saved.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |