Subformer
Free · No signup · Runs in your browser

Free English Text to Speech

English

Type or paste English text and hear it spoken - all in your browser, with no signup. The voice model is downloaded once (~60 MB) and cached locally, so subsequent runs are instant and work offline.

How it works

  1. 1. Type your text

    Paste or type any English text - punctuation and line breaks are honored.

  2. 2. Generate

    First click downloads the ~60 MB voice model to your browser. After that, synthesis is instant.

  3. 3. Download or play

    Play the audio inline or save it as a WAV file. The audio never leaves your device.

Your text stays on your device

Synthesis runs entirely in your browser using WebAssembly. The only network requests are to fetch the voice model and the inference runtime - both are public, static assets. We don't see your text and we don't see the generated audio.

How the English voice runs in your browser

This is a real neural TTS model executing on your own machine, not a thin client for a hosted API. Four pieces make that possible in a tab.

Open-source neural voice
The English model is trained on a single speaker, which is why the accent and delivery stay consistent across everything you synthesize.
WebAssembly
Both the model runtime and the step that turns English text into phonemes are compiled to WebAssembly, so code originally written for the desktop runs at near-native speed inside the browser sandbox.
On-device inference
The model's neural network is executed locally, pinned to single-threaded mode so the page never needs cross-origin isolation and works in every modern browser.
Origin Private File System
The ~60 MB voice model is cached in a private, per-origin store after the first run. Later visits skip the download and synthesize with no network at all.
Need broadcast-quality voices?

Subformer Voice Synthesis - studio-grade English TTS

The free in-browser tool above is great for drafts and previews, but the open-source voice sounds noticeably synthetic. Subformer's paid Voice Synthesis produces natural, broadcast-grade audio with optional voice cloning.

Try Subformer Voice Synthesis
Premium - also from Subformer

Frequently asked questions

Try other free TTS languages

Voices powered by Piper. Voice weights are MIT-licensed (rhasspy/piper-voices). The phonemizer wasm is loaded from a public CDN at runtime and is not part of this site's distribution.