AGENCYSCRIPT
CoursesEnterpriseBlog
đź‘‘FoundersSign inJoin Waitlist
AGENCYSCRIPT

Governed Certification Framework

The operating system for AI-enabled agency building. Certify judgment under constraint. Standards over scale. Governance over shortcuts.

Stay informed

Governance updates, certification insights, and industry standards.

Products

  • Platform
  • Certification
  • Launch Program
  • Vault
  • The Book

Certification

  • Foundation (AS-F)
  • Operator (AS-O)
  • Architect (AS-A)
  • Principal (AS-P)

Resources

  • Blog
  • Verify Credential
  • Enterprise
  • Partners
  • Pricing

Company

  • About
  • Contact
  • Careers
  • Press
© 2026 Agency Script, Inc.·
Privacy PolicyTerms of ServiceCertification AgreementSecurity

Standards over scale. Judgment over volume. Governance over shortcuts.

On This Page

The Three Architectures You Are Choosing BetweenConcatenative synthesisParametric synthesisNeural synthesisThe Axes That Actually Decide ItHow the Tradeoffs CoupleNaturalness versus latencyControl versus simplicityCost versus ownershipA Decision Rule You Can Apply TodayCommon Pairings That Just WorkThe Hidden Tradeoff: Vendor Lock-InFrequently Asked QuestionsIs neural TTS always the best choice now?What's the single most underrated axis?How much does latency really vary between approaches?Can I switch architectures later?Should I self-host or use an API?Key Takeaways
Home/Blog/Concatenative, Parametric, or Neural: Picking a TTS Engine
General

Concatenative, Parametric, or Neural: Picking a TTS Engine

A

Agency Script Editorial

Editorial Team

·August 28, 2024·7 min read
how ai text to speech workshow ai text to speech works tradeoffshow ai text to speech works guideai fundamentals

There is no single "best" text-to-speech engine, only a set of trades you are willing to make. The moment you understand how AI text to speech works under the hood, you stop asking which tool is best and start asking which tradeoffs you can live with. A studio recording a 40-hour audiobook has different constraints than a navigation app announcing turns in real time, and the right architecture flips depending on which one you are.

This piece lays out the three families of TTS approaches still in production today, the axes that actually move the decision, and a decision rule you can apply in an afternoon. The goal is not to crown a winner. It is to help you reason about cost, latency, naturalness, and control as the linked levers they really are.

The Three Architectures You Are Choosing Between

Most TTS systems fall into one of three lineages, and each makes a different core bet.

Concatenative synthesis

The oldest production approach stitches together pre-recorded fragments of real human speech. Because the audio is genuinely human, individual phonemes sound clean. The trade is rigidity: you can only say what the voice actor recorded combinations of, prosody is hard to bend, and the database is enormous. Concatenative engines still appear in fixed-vocabulary settings like older IVR systems where the script rarely changes.

Parametric synthesis

Parametric systems model speech as a set of acoustic parameters and generate a waveform from them. They are compact and flexible. You can shift pitch, speed, and timbre with a parameter rather than a new recording. The historical trade was a slightly buzzy, synthetic quality, the "robotic" voice people associate with older assistants.

Neural synthesis

Modern neural TTS learns the mapping from text to waveform directly from data, usually in two stages: a model that predicts a spectrogram and a vocoder that turns it into audio. This is what powers the natural voices you hear today. The trade is compute. Neural models are heavier to train and, depending on the model, can be heavier to run. Our step-by-step approach to how AI text to speech works walks through this pipeline in more detail.

The Axes That Actually Decide It

Architecture is a proxy. The real decision lives on four axes.

  • Naturalness. How human does it need to sound? A meditation app lives or dies on warmth; a stock-price reader does not.
  • Latency. Is this batch (render an audiobook overnight) or streaming (respond in under 300ms)? Latency budget eliminates entire categories of model.
  • Control. Do you need to tune emphasis, pronunciation of brand names, pauses, and emotion? Or is default delivery fine?
  • Cost and footprint. Per-character API pricing, GPU requirements for self-hosting, and whether you can run on-device all collapse into one budget question.

The trap is optimizing one axis in isolation. Chasing maximum naturalness can blow your latency budget; chasing on-device privacy can cost you the most expressive voices.

How the Tradeoffs Couple

These axes are not independent. Push one and another usually gives.

Naturalness versus latency

The most expressive neural models often generate audio in larger, slower passes. Streaming-optimized variants sacrifice a sliver of prosodic richness to start producing audio almost immediately. For a live agent, that sliver is worth it. For a pre-rendered ad, it is not.

Control versus simplicity

Fine-grained control through SSML markup, custom lexicons, and voice cloning adds genuine power and genuine overhead. Every pronunciation override is a thing to maintain. Teams underestimate this, which is one of the common mistakes with how AI text to speech works we see most often.

Cost versus ownership

A hosted API is cheap to start and expensive at scale. A self-hosted open model inverts that: high setup cost, low marginal cost. The crossover point depends entirely on your volume.

A Decision Rule You Can Apply Today

When the matrix feels overwhelming, run this sequence:

  1. Start with latency. Is the use case streaming or batch? Streaming removes the heaviest models from consideration immediately.
  2. Set the naturalness floor. Decide the minimum quality that keeps users from cringing. Anything above it is a luxury, not a requirement.
  3. Inventory your control needs. List every word you must pronounce correctly and every emotional register you need. If the list is short, skip the heavy customization tooling.
  4. Model cost at your real volume. Estimate monthly characters. Run hosted API pricing against the amortized cost of self-hosting. Pick the cheaper one at your actual scale, not your hoped-for scale.

Whatever survives all four filters is your shortlist. Usually it is one or two options, and you A/B them on real copy. For a structured way to compare candidates, the framework for how AI text to speech works gives you a scoring rubric.

Common Pairings That Just Work

A few combinations recur often enough to treat as defaults.

  • Live voice agents: streaming neural TTS, hosted, naturalness floor set to "pleasant," minimal customization.
  • Long-form narration: batch neural TTS with heavy SSML control, willing to trade latency for warmth and correctness.
  • Embedded and offline: compact parametric or distilled neural models on-device, trading top-end naturalness for privacy and zero network dependence.
  • Fixed-script announcements: concatenative or simple parametric, where vocabulary is small and stable.

Match yourself to the nearest pairing, then adjust on the axis you care about most. If you are still early, the best tools for how AI text to speech works is a good place to find candidates for each pairing.

The Hidden Tradeoff: Vendor Lock-In

There is a fifth axis that does not show up in any demo: how hard it is to leave. It deserves a place in the decision because it compounds over time.

Every customization you add, custom pronunciation dictionaries, a cloned brand voice, finely tuned SSML conventions, tends to bind you to a specific vendor's format. The deeper you go, the more expensive switching becomes, even when a better or cheaper option appears later. This is a slow-burn tradeoff: each individual customization feels worth it, and collectively they can trap you. The mitigation is to keep your text, pronunciation overrides, and prosody intent expressed in your own neutral layer, and to translate into the vendor's format at the edge. You pay a small upfront cost in abstraction to preserve the option of switching, which is increasingly valuable in a landscape where new engines arrive constantly. Weigh lock-in alongside naturalness, latency, control, and cost rather than discovering it only when migration is already painful.

Frequently Asked Questions

Is neural TTS always the best choice now?

No. Neural is the best choice for naturalness, which dominates most consumer-facing use cases. But for tiny fixed vocabularies, strict on-device constraints, or ultra-low latency on weak hardware, a lighter parametric or concatenative system can still win on cost and footprint.

What's the single most underrated axis?

Control. Teams obsess over naturalness and forget they need to pronounce their own product name correctly. A voice that sounds gorgeous but says your brand wrong every time is a failure. Budget for a custom lexicon early.

How much does latency really vary between approaches?

Enormously. Streaming-optimized engines can begin emitting audio in well under a second, while the heaviest expressive models may take several seconds to render a sentence. If you are building anything interactive, measure time-to-first-audio, not just total render time.

Can I switch architectures later?

Usually yes, if you keep your text and SSML layer engine-agnostic. The migration pain comes from custom pronunciation dictionaries and any voice cloning tied to a specific vendor. Abstract those behind your own interface and switching becomes far cheaper.

Should I self-host or use an API?

Start with an API to validate the use case, then revisit at scale. Self-hosting only pays off once your volume is high enough that marginal per-character cost dominates the engineering and GPU overhead of running your own models.

Key Takeaways

  • There is no best TTS engine, only tradeoffs across naturalness, latency, control, and cost.
  • The three architectures, concatenative, parametric, and neural, each make a different core bet, and neural wins on naturalness but costs compute.
  • The axes are coupled: pushing naturalness usually costs latency, and customization always costs maintenance.
  • Apply the decision rule in order: latency first, then naturalness floor, then control needs, then cost at real volume.
  • Keep your text and pronunciation layer engine-agnostic so you can switch vendors without rebuilding everything.

Search Articles

Categories

OperationsSalesDeliveryGovernance

Popular Tags

prompt engineeringai fundamentalsai toolsthe difference between AIMLagency operationsagency growthenterprise sales

Share Article

A

Agency Script Editorial

Editorial Team

The Agency Script editorial team delivers operational insights on AI delivery, certification, and governance for modern agency operators.

Related Articles

General

Prompt Quality Decides Whether AI Earns Its Keep

Prompt quality is the single biggest variable in whether AI delivers real work or expensive noise. The model matters, the platform matters — but the prompt you write determines whether you get a first

A
Agency Script Editorial
June 1, 2026·10 min read
General

Counting the Real Cost of Every Token You Send

Tokens and context windows sit at the intersection of AI capability and operational cost—yet most business cases treat them as technical footnotes. That's a mistake that costs real money. Every time y

A
Agency Script Editorial
June 1, 2026·10 min read
General

Rolling Out AI Hallucinations Across a Team

Most teams discover AI hallucinations the hard way — a confident-sounding wrong answer makes it into a client deliverable, a legal brief, or a published report. The damage isn't just to the output; it

A
Agency Script Editorial
June 1, 2026·11 min read

Ready to certify your AI capability?

Join the professionals building governed, repeatable AI delivery systems.

Explore Certification