Transcription

Transcription is the process of converting spoken audio into a written record, whether a meeting turned into notes, a podcast turned into an article, or a live caption stream. It can be done by people or, increasingly, by a speech-to-text API, which makes automated transcription cheap enough to run at scale. The written output is the same product whether a human or a model produced it.

A brief history of transcription

Transcription in the broad sense means representing spoken language in written form, a practice far older than audio recording. Shorthand systems made it fast: Pitman shorthand, introduced in 1837, and Gregg shorthand, from 1888, let stenographers capture speech at talking speed, which became the basis of court reporting.

Recorded audio then changed the workflow. The phonograph and later dedicated dictation machines let speech be captured and typed up afterward, and modern automatic speech recognition eventually automated the typing itself, reaching accuracy good enough to replace much manual work by the 2010s.

How automated transcription works

Automated transcription runs audio through an automatic speech recognition model. It comes in two shapes: batch transcription, where a complete file is processed in one pass, and real-time transcription, where text is produced as the audio arrives.

The output ranges from raw verbatim text that keeps every stutter to a cleaned, punctuated transcript with speaker labels and word-level timestamps. Formats vary too, from plain text to JSON with timestamps to subtitle files like SRT.

Human versus automated transcription

Human transcription still sets the accuracy ceiling, around 90 to 95 percent even on hard conversational audio and higher on clean recordings, but it is slow and expensive, usually priced per audio minute at rates many times higher than an API call.

Automated transcription is near-instant and cheap enough to run on everything, and on clean speech it now lands close to human quality. Most teams automate by default and reserve human review for legal, medical, or broadcast work where a small error carries real cost.

A common middle path sends the machine transcript to a human editor, which is faster than typing from scratch.

What to look for in a transcription API

The labels "transcription API" and "speech-to-text API" describe the same product, so the decisions that matter sit underneath. Do you need verbatim output that keeps every filler word, or a clean read?

Does the provider add punctuation and capitalization automatically? Can it separate speakers with diarization? Which output formats does it return?

Use cases like meeting transcription and podcast transcription each favor different answers, so match the feature set to the workload rather than to the name on the box.

Frequently asked questions

What is audio transcription? Audio transcription is the conversion of spoken language from an audio or video recording into written text. It can be produced manually by a transcriber or automatically by speech recognition software.

What is the difference between human and automated transcription? Human transcription is more accurate on hard audio but slow and costly. Automated transcription is fast and inexpensive and now approaches human quality on clean speech, so many teams automate first and review only high-stakes recordings.

What is medical transcription? Medical transcription converts a clinician's dictated notes or recorded patient encounters into a written record. It demands high accuracy and specialized vocabulary, so it often pairs automated drafting with human review.

What does transcription mean? In an audio context, transcription means creating a written version of what was said in a recording or live conversation. It is distinct from translation, which renders that text into another language.