🎯 On-Device Voice AI for Enterprises
Get dedicated support to ensure your specific needs are met.
Talk to Sales

TLDR: Microsoft acquired Nuance in 2021 for $19.7 billion and is now retiring its on-premise and hosted speech products. Hosted Vocalizer support ended in December 2025; on-premise support in June 2026; full end-of-support for remaining products runs through mid-2027. Organizations running Nuance TTS in IVR, contact center, or embedded applications need to migrate. Alternatives fall into three categories: cloud APIs (Microsoft Azure Speech, Google Cloud TTS, Amazon Polly), on-premise/hybrid deployments (ReadSpeaker speechServer, LumenVox by Capacity), and on-device engines (Picovoice Orca, Cerence Edge SDKs). This guide covers the EOL timeline, compares alternatives by deployment model, latency, and integration path, and outlines a migration plan.

What Is Nuance TTS and Why Is It Being Retired?

Nuance Communications built Vocalizer, an enterprise-grade text-to-speech engine used in IVR systems, contact centers, automotive infotainment, accessibility tools, and healthcare applications. Vocalizer supported 53+ languages with neural and concatenative voice options, and was deployed on-premise via MRCP (Media Resource Control Protocol) or as a hosted cloud service. It is being retired with the goal of transitioning Nuance customers to Azure Speech Services after Microsoft's acquisition of Nuance and shifting its product strategy toward cloud-first delivery. Hence, the branded Vocalizer product line is being retired.

The Nuance Vocalizer Phase-Out

According to the Nuance Vocalizer End-of-Life Timeline, the software is in its final phase-out stage.

Here is exactly where the transition currently stands:

  • Hosted Vocalizer: The end date has already passed, officially concluding in December 2025.

  • On-Premise: The initial end date for on-premise deployments has also passed as of June 2026.

  • Full End-of-Support: The absolute cutoff is slated for May to June 2027. After this window, Nuance will provide "no support of any kind".

Nuance Vocalizer end-of-life timeline by deployment type, with end dates and support impact.
Product / DeploymentEnd DateImpact
Hosted VocalizerDecember 2025Already ended
On-PremiseJune 2026Already ended
Full end-of-supportMay-June 2027No support of any kind

Exact dates vary by product variant, route to market, and contract terms. If you're a Nuance customer, confirm deadlines with your Microsoft/Nuance account manager.

Nuance Text-to-Speech Alternatives by Deployment Model

Replacement options fall into three deployment categories. Choosing the right TTS depends on various factors, such as data residency requirements, latency tolerances, existing infrastructure (MRCP, gRPC, REST), and whether the application runs in a data center, the cloud, or on an edge device.

Comparison of Nuance TTS alternatives by deployment model, integration protocol, first-token latency, pricing model, and best-fit use case.
EngineDeploymentIntegrationLatency (FTTS)Pricing ModelBest For
Azure SpeechCloud, On-premREST, SDK (cloud); via containers (on-prem). MRCP via third-party bridge (e.g., UniMRCP)1580 msPer characterMicrosoft ecosystem
Google Cloud TTSCloudREST, gRPC, SDKN/APer characterGoogle ecosystem, WaveNet/Chirp
Amazon PollyCloudREST, SDK1540 msPer characterAWS ecosystem, NTTS
ReadSpeakerOn-prem, cloud, hybridMRCP v2, RESTVaries by deploymentPer-use or licenseMRCP drop-in for IVR
LumenVoxOn-prem, cloud, hybridMRCP, gRPCVaries by deploymentLicenseContact center focus
Picovoice OrcaOn-device, on-premSDK (C, Python, iOS, Android, Web)128ms FTTSLicenseEdge, no server needed

Cloud Nuance Alternatives

Microsoft Azure Speech Service

Azure is Microsoft's recommended migration path from Nuance. Azure Speech Service supports neural TTS with 400+ voices across 140+ languages, SSML control, custom neural voice training, and real-time streaming. Nuance's voice technology contributed to Azure's neural TTS models, so voice quality should feel familiar to teams migrating from Vocalizer neural voices.

Azure also offers neural TTS containers for on-premise deployment via Docker. Audio is processed locally, keeping data on-premise, while containers require periodic internet connectivity for Azure billing and metering.

The migration from on-premise MRCP-based Nuance to Azure requires third-party bridges, such as UniMRCP, or replacing the MRCP interface with REST or SDK calls, which means changes to the IVR application layer. Microsoft offers migration tooling and support for enterprise customers.

Google Cloud Text-to-Speech

Google Cloud TTS provides WaveNet, Neural2, Studio, and Chirp voice models across 40+ languages. It supports SSML, custom pronunciation via <phoneme> tags, and long-form synthesis for audiobook-style content. Integration is via REST or gRPC, with client libraries for major languages.

Amazon Polly

Amazon Polly offers 47 voices across 24 languages with Standard, Neural (NTTS), Long-Form, and Generative engine types. Polly supports SSML, custom lexicons (PLS format) for persistent pronunciation rules, and newscaster-style delivery. It integrates natively with AWS services (Connect, Lex, Lambda). For contact centers already on Amazon Connect, Polly is the lowest-friction replacement.

All three cloud providers charge per character synthesized. For high-volume IVR applications processing millions of utterances monthly, cloud costs can grow without bound. This is the primary reason on-premise and on-device alternatives remain relevant for contact centers and embedded applications.

🎯 On-Device Voice AI for Enterprises
Get dedicated support to ensure your specific needs are met.
Talk to Sales

On-Premise and Hybrid Nuance Alternatives

ReadSpeaker speechServer

ReadSpeaker offers the closest drop-in replacement for on-premise Nuance Vocalizer in MRCP-based IVR environments. Their speechServer MRCP product supports MRCPv2, which means existing Avaya, Cisco, Genesys, and Mitel IVR applications can switch TTS engines without rewriting the application layer. ReadSpeaker deploys neural TTS on-premise for data residency and predictable cost, with a hybrid option for burst traffic. Their published migration guide outlines a 90-day timeline from assessment to production cutover.

LumenVox by Capacity

LumenVox (now part of Capacity) provides on-premise TTS with MRCP and gRPC integration. Their containerized microservices architecture allows independent scaling of TTS components. LumenVox positions itself as a direct Nuance replacement for contact centers that need to stay on-premise for compliance or data sovereignty reasons. The platform supports neural TTS voices and integrates with the same contact center platforms that ran Nuance.

On-Device Nuance Alternatives

Orca Streaming Text-to-Speech

Picovoice Orca is a streaming text-to-speech engine that runs on-device or on-premise, with no cloud API dependency. Orca processes text in 128ms (first-token-to-speech) with a 7MB model footprint and 29MB peak memory usage. Its inference engine supports CPU, GPU, and specialized hardware (NPU), and runs on iOS, Android, Raspberry Pi, Linux, macOS, Windows, and in the browser via WebAssembly. For on-premise server deployments, the same engine and model run without the memory and compute overhead of larger server-side TTS systems.

For organizations migrating from Nuance Vocalizer in embedded or edge applications (kiosks, medical devices, industrial equipment, in-store systems), Orca eliminates the server dependency that Vocalizer required when deployed on-premise. The on-device model also removes the network round-trip that cloud alternatives introduce, which matters for latency-sensitive applications. Orca supports custom pronunciation via inline ARPAbet notation, and enterprise customers can work with Picovoice for custom voice models with emotional and stylistic controls.

Cerence

Cerence spun out of Nuance's automotive division in 2019, before the Microsoft acquisition. Cerence TTS (formerly Nuance Vocalizer for Automotive) continues as an independent product for automotive OEMs, with 100+ voices across 60+ languages. If the Nuance TTS deployment being replaced is in a vehicle, Cerence is the direct continuation of that technology. Cerence TTS supports hybrid cloud/edge configurations. While Cerence is not a general-purpose replacement for Nuance and remains primarily focused on providing its SDKs to automotive OEMs, the company recently announced plans to expand its capabilities into other industries.

Migration Plan: Moving Off Nuance Vocalizer

A Nuance TTS migration typically takes 60-90 days from assessment to production cutover. The timeline compresses if the replacement engine supports the same integration protocol (MRCP) and expands if the application layer needs to be rewritten for REST or SDK integration.

Phase 1: Audit (weeks 1-2)

Inventory all Nuance TTS deployments: on-premise servers, hosted instances, MRCP configurations, custom voices, pronunciation lexicons, and SSML templates. Document which voices are in use, which languages are active, and what volume each deployment handles. Identify contract end dates and confirm them with Microsoft in writing.

Phase 2: Evaluate and select (weeks 3-4)

Choosing the best TTS depends on the use case and business requirements, thus requiring thorough tests against production workloads. Key evaluation criteria should involve voice quality on domain-specific content (IVR prompts, medical terminology, financial terms), SSML compatibility (repurposing existing SSML templates), integration protocol (MRCP drop-in vs. REST/SDK rewrite), latency under production load, and pricing model alignment with usage volume. Request trial accounts or proof-of-concept deployments from shortlisted vendors.

Phase 3: Integrate and test (weeks 5-8)

For MRCP-based replacements (ReadSpeaker, LumenVox): swap the TTS engine endpoint and voice configuration; test with existing SSML and verify pronunciation accuracy. For REST/SDK-based replacements (Azure, Google, Polly, Orca): update the application layer to call the new API, convert SSML templates if tag support differs, and rebuild pronunciation lexicons in the new format. Run A/B tests comparing synthesized output against Nuance Vocalizer recordings for the most critical prompts.

Phase 4: Cutover (weeks 9-12)

Deploy to production with monitoring. Track error rates, latency percentiles (p50, p95, p99), and caller behavior metrics (DTMF barge-in rate, call abandonment) to detect regressions. Keep Nuance running in parallel during the monitoring window if the support timeline allows.

Choosing the Right Nuance TTS Replacement

Moving to the cloud? Azure Speech Service is the natural path for Microsoft-ecosystem organizations. Google Cloud TTS and Amazon Polly are stronger choices for teams already on GCP or AWS.

Staying on-premise with MRCP? ReadSpeaker speechServer or LumenVox provide the closest drop-in replacement with the least application-layer disruption.

Staying on-premise with aspirations to edge deployment? Orca, despite being able to run on servers, eliminates the need for server infrastructure.

Evaluate Orca as a Nuance Vocalizer Alternative

Orca, with its homegrown model of 7MB size and inference engine that supports CPU, GPU, and other specialized hardware, can run across all major platforms with 128ms first-token-to-speech latency. Picovoice team customizes voice models and the inference engine for specific use cases and hardware platforms, giving enterprise teams flexibility to work with custom-developed TTS without hiring a team of deep learning researchers. Test it against production workloads with a free evaluation license.

Start Building

FAQ

+
Is Nuance text-to-speech discontinued?

Yes. Microsoft is retiring Nuance's on-premise and hosted TTS products. Hosted Vocalizer support ended in December 2025. On-premise support ended in June 2026. Full end-of-support for all remaining Nuance speech products runs through mid-2027. Microsoft recommends migrating to Azure Speech Service, Dynamics 365 Contact Center, or Copilot Studio.

+
What is replacing Nuance Vocalizer?

There is no single replacement. Microsoft Azure Speech Service is the vendor-recommended migration path. Third-party alternatives include cloud APIs (Google Cloud TTS, Amazon Polly), on-premise engines (ReadSpeaker speechServer, LumenVox by Capacity), and on-device engines (Picovoice Orca). The right replacement depends on deployment model, integration protocol, latency requirements, and cost structure.

+
Does Microsoft still offer Nuance TTS?

Not as a standalone product. Nuance's voice technology has been integrated into Azure AI Speech Service. The branded Nuance Vocalizer voices (Evan, Samantha, Tom, Zoe) are not available under their original names. Azure Speech offers a different set of neural voices with similar quality characteristics.

+
Can I migrate from Nuance Vocalizer without rewriting my IVR application?

If the IVR uses MRCP v2 (common with Avaya, Cisco, Genesys, and Mitel platforms), ReadSpeaker speechServer and LumenVox provide MRCP-compatible replacements that can swap in without rewriting the IVR logic. If the application calls Nuance via a proprietary SDK or REST API, the application layer will need to be updated for the new engine's API.

+
How long does a Nuance TTS migration take?

Typically 60-90 days from assessment to production cutover. MRCP drop-in replacements (ReadSpeaker, LumenVox) are faster because the IVR application layer remains unchanged. REST/SDK migrations (Azure, Google, Polly, Orca) take longer because they require application-layer changes, SSML template conversion, and pronunciation lexicon migration.