Wordcast
Back to blog

How computer voices went from robotic to nearly human

The voice reading this article to you sounds nothing like the computer voices of twenty years ago. Here is the chain of ideas that closed the gap.

2026-07-18 · 6 min read

5 min listen

If you used a computer voice in the early 2000s, you remember the sound: flat, buzzy, mechanical. The kind of voice that reads a phone number correctly but makes every word sound like it is being pushed through a kazoo. The voice reading this article to you probably sounds nothing like that. The change did not happen all at once. It came from four different approaches to the same problem, stacked over a few decades.

The oldest approach is called 'formant' synthesis. It does not use any recordings of a human at all. Instead it models the sound of speech from rules: here is the shape of an 'ah', here is how pitch rises at the end of a question, here is what a 't' does to the airflow. The famous voice Stephen Hawking used was formant synthesis, and so were early versions of espeak and the first Windows voices. The upside is remarkable: the whole engine is tiny, runs entirely offline, and can speak at any speed. The downside is that it never stops sounding like a machine, because there is no human anywhere in the signal.

The next idea was to put a human back in. 'Concatenative' synthesis records a real person reading for hours, chops the recordings into tiny fragments, and stitches the fragments back together to form new words. Because every piece is genuine human sound, the individual syllables can sound strikingly real. The problem is the seams. When two fragments that were never spoken together get glued edge to edge, you hear a small jolt at the join, and the rhythm across a sentence tends to wander. These voices also got large, because sounding good meant storing more and more recorded fragments to choose from.

Running alongside that was a smoother, smaller idea called 'parametric' synthesis, often built on statistical models known as HMMs. Instead of storing raw fragments, it learned the average shape of a voice and generated speech from those learned parameters. The result flowed better than concatenation, with no jarring seams, but it paid for that smoothness with a muffled, slightly underwater quality. It sounded like a real voice heard through a wall.

So by the early 2010s you had a genuine tradeoff and no clear winner. Formant was tiny and offline but robotic. Concatenative had real human texture but choppy seams and a large footprint. Parametric was smooth but muffled. Each one was good at exactly what the others were bad at.

The thing that broke the tradeoff was 'neural' synthesis. Around the middle and later part of the 2010s, research groups started generating speech with deep neural networks. DeepMind's WaveNet modeled the audio waveform itself, sample by sample, and Tacotron-style systems learned to turn text directly into the melody and rhythm of a sentence. Instead of following handwritten rules or shuffling stored clips, these models learned from many hours of speech what human sound actually looks like, then produced new audio that carried the same texture and natural rise and fall. For the first time the output crossed from clearly-a-machine into genuinely-hard-to-tell.

That single shift is why the good voices on your devices today sound the way they do. On desktop Chrome, the voices labeled 'Google' are neural voices served from the cloud, which is why they sound so much better than the older offline options sitting right next to them in the same list. Apple's newer Siri voices and Microsoft's voices labeled 'Natural' are the same story: a large step up from the on-device voices those companies shipped a decade earlier, because the underlying method changed.

There is a catch worth understanding, and it is the same tension the older methods had, just in a new place. The best neural voices have historically run in the cloud. That means they need a connection, and it means your text leaves your device to be turned into audio somewhere else. The voices that run fully on your device, with nothing sent anywhere, have been catching up but for a long time sounded a notch behind. So the real choice is often not 'good voice or bad voice' but 'best-sounding voice that needs the network' versus 'private voice that stays on your machine'. On modern phones and laptops that gap keeps shrinking, and the on-device options are now genuinely usable rather than a last resort.

The practical payoff of all this history is simple. A free voice built into your browser now reads plain text about as well as a paid service does. For following an article, an email, or a chapter of a book, you do not need a subscription or a download. A tool like Wordcast just hands your text to the neural voices already sitting on your device or one connection away, and the thing that made those voices possible was a quiet change in method, not a change in price.