mcut

Transcription

Transcript normalization, captions, subtitles, and providers.

@mcut/transcription defines the shared transcript shape and helpers for turning transcripts into captions. Provider packages adapt AssemblyAI, the Vercel AI SDK, and local Whisper into that shape.

Use the core package for caption generation and subtitle output. Use provider packages when you need to create transcripts.

bun add @mcut/transcription
import { toCaptionElements } from "@mcut/transcription"

const captions = toCaptionElements(transcript)

Read next: