How Audio Transcribe · speech to text works
Audio Transcribe turns a recording into text using Whisper, a speech recognition model that runs entirely inside your browser tab through Transformers.js. The first time you run it, your browser downloads the model and the WebAssembly engine it needs (about 68 MB total) from this site, then caches them; every transcription after that happens on your device with no server involved and no audio ever leaving your machine. That is the same trade-off as the OCR and audio tools on this site: a real one-time download for real offline processing, not a marketing claim.
The model used here is whisper-tiny.en: the smallest, quantized, English-only Whisper variant. It is fast enough to run in a browser tab and produces a useful first draft, but it is not a professional transcription service. Expect mistakes on proper nouns, technical vocabulary, strong accents, background noise and overlapping speakers. Recordings longer than about 30 seconds are processed in overlapping chunks so the whole file gets transcribed, but a one-hour interview still takes real computing time since it all runs on your own device rather than a data center.