Transcription Demo v0.1.0

(auth required)

Interactive Transcription

mic: idle sim: idle words: 0 model: base dur: 0s
Partial (streaming)
(none)
Final Transcript
Use Start Mic or Simulate Stream.
Analyst Notes (editable)

How It Works

This page simulates two flows: (a) Microphone capture with local buffering (no upload) just to show timing; (b) Synthetic streaming transcript using a word emitter. Real systems would push audio chunks to a transcription service (e.g. Whisper / custom). Partial hypotheses arrive first, then final segments with timestamps.

  • MediaRecorder accumulates durations.
  • Emitter simulates partial + final words.
  • Word count + duration metrics update live.

Security & PHI

Demo intentionally keeps audio local (not transmitted). Streaming simulation contains only synthetic safe text. Production: apply de-identification, secure transport (TLS), access tokens, audit logs, optional on-device models.