Skip to main content

Audio transcription and summarization

Transcribe segments concurrently, restore chronology, and produce a traceable summary.

Audio transcription and summarization

Activity responsibilities

ActivityResponsibility
ingest-audioExecute the ingest audio stage and publish its declared outputs for downstream activities.
segmentExecute the segment stage and publish its declared outputs for downstream activities.
transcribe-segment-1Execute the transcribe segment 1 stage and publish its declared outputs for downstream activities.
transcribe-segment-nExecute the transcribe segment N stage and publish its declared outputs for downstream activities.
merge-transcriptExecute the merge transcript stage and publish its declared outputs for downstream activities.
summarizeExecute the summarize stage and publish its declared outputs for downstream activities.
publishExecute the publish stage and publish its declared outputs for downstream activities.

Inputs

  • Audio
  • Language settings
  • Model versions

Outputs

  • Segment text
  • Transcript
  • Summary

Provenance to preserve

  • Segment timestamps
  • Confidence
  • Summary prompt

Runnable example

This is the complete checked-in bundle for this pattern. Download the environment, scope, topology, workflow, input, container recipe, runner, and validation contract from this page before executing it.

Verified local execution

These captures and the output manifest were produced by the fixture's local Docker run and validator. They are published with the same bundle as the runnable files.

Audio transcription and summarization workflow execution evidence
Workflow evidence
Audio transcription and summarization execution evidence
Execution evidence
Audio transcription and summarization output evidence
Output evidence
Open verified output manifest ↓

Execution considerations

Overlap segment boundaries where needed and reconcile speaker identity during merge. Different stages may target GPU and CPU resources.

AkôFlow boundary: the engine schedules, deploys, executes, transfers data, and records evidence. The ML or agent framework remains an implementation choice inside each activity.