Who the raw cut excludes
A finished spoken-audio cut serves listeners with quiet rooms, sharp hearing, and full attention. Everyone else negotiates: deaf and hard-of-hearing listeners need the words as text, blind listeners need the visual world narrated, hearing-aid users need a track that protects levels while clarifying speech, and a public alert must survive phone speakers and street noise. Accessibility work is not charity padding after production — it is a second delivery surface with its own artifacts, formats, and verification. This workflow produces that surface from one finished program: a speech map, captions in the format the destination expects, description narration mixed over ducking, and intelligibility that holds under the worst realistic listening.
Map the speech before touching it
Everything downstream hangs on knowing where speech actually lives. Voice-activity segmentation walks the finished program and returns speech and non-speech ranges as JSON, CSV, SRT markers, or an FFmpeg cut list. The map does three jobs at once — it bounds what must be captioned, it reveals the non-speech windows where description narration can sit without fighting dialogue, and it exposes dead air that a listening track should not force anyone through. A caption floating over silence is a defect the map would have caught, which is why the map comes first.
Captions that land where the words land
Transcription turns the speech into text, and the format decision belongs to the destination — SRT or VTT for players with caption tracks, plain text for documents and review, JSON for pipelines that process captions further. Then comes the step that separates usable captions from embarrassing ones — timing alignment. Uniformly late or early captions shift to the likely speech onset; a known constant delay, like a broadcast chain or a player buffer, takes a measured manual offset. Progressive drift is a different animal — it means the caption file and the media disagree about time itself, usually a frame-rate mismatch, and the honest fix is re-deriving captions against the correct source. Verification is cheap and non-negotiable — first caption, last caption, one in the middle.
Description rides over the program
Audio description narrates the visual world for listeners who cannot see it, and it rides over a program that ducks out of the way while the narration speaks. The craft is in the two settings — depth and release. Depth is set by the loudest passage that runs underneath narration; if the words read clearly there, they read everywhere. Release is set by the program's own rhythm — music and dialogue should bounce back promptly instead of sinking into a hole. The failure mode to check is the single worst case, not the average — one unintelligible narration entry makes the described version skip, exactly where a blind listener cannot fill the gap from the picture.
Prove it survives the worst listener
The last step answers the question production rarely asks — does the message still work when listening is hard? For the hearing-access track, conservative enhancement cleans the low end, biases the EQ toward speech presence, denoises gently, and above all protects levels, because a clarified track that clips has traded one barrier for another. For public alerts, the degradation test is stricter on purpose — it narrows the bandwidth to a phone speaker, compresses, adds noise, and reports whether the alert's speech clarity survives each channel. A warning that only works on studio monitors has not been tested; it has been hoped at.
Where this workflow stops
This page produces the accessibility layer of one finished program. The neighbors hold the surrounding jobs. Recording, editing, and delivery compliance for an episode belong to the podcast production workflow. Measuring, visualizing, and checking — spectrograms, waveform, caption-sync checks — belong to the audio analysis pages. A source recording that is damaged — clicks, hum, wind — belongs in restoration repair before any accessibility work starts, because captions of uncorrected audio inherit its defects. Caption the program here — and when the audience grows, the discipline scales with it.