By Sagar Shankaran, Founder of CallSphere
Vendor TTS demos always sound great. Production with your prompts on your audio path is a different story. Here is how we monitor MOS, CMOS, and prosody drift across ElevenLabs, OpenAI, and Cartesia in production.
Key takeaways
Modern TTS scores 4.5 to 4.8 MOS on benchmark sets. Plug it into a Twilio call with 8 kHz narrowband, codec compression, and a five-thousand-character prompt and the output sounds robotic on syllables 14, 27, and 41. The gap between vendor demo and your call is the prompt, the audio path, and the codec - and the only way to catch it is continuous MOS sampling.
Vendor benchmarks are clean studio audio at 24 kHz with curated 30-word sentences. Production TTS streams to Twilio at 8 kHz mu-law, often with sentence-end pauses that the model never trained on, with personalization tokens that fall outside training distribution. The result: occasional dropouts, mispronounced names, robotic prosody on long sentences.
The second trap is "we listened to a few and they sounded fine." Human ad-hoc evaluation does not scale. You need a sampled, structured listener test or an automated MOS predictor running on every Nth utterance.
For each TTS utterance, persist the audio. Sample 1-2% per (tenant, agent, voice) per day. Use an automated MOS predictor like NISQA or UTMOS to score naturalness. For high-stakes verticals, run quarterly human CMOS panels (15 listeners, A/B vs reference) to validate the predictor. Track per-voice MOS daily; alert when 7-day rolling MOS drops more than 0.2 points.
flowchart TD
A[TTS utterance generated] --> B[Persist audio + prompt + voice_id]
B --> C{Sample 1-2%?}
C -->|Yes| D[Run NISQA / UTMOS predictor]
D --> E[Score: MOS, naturalness, prosody]
E --> F[Persist tts_quality_samples]
F --> G[Daily MOS per voice dashboard]
G --> H{Drift > 0.2pt?}
H -->|Yes| I[Alert + queue human CMOS panel]
CallSphere monitors TTS quality across all six verticals using ElevenLabs, OpenAI Realtime, and Cartesia depending on the agent persona. Each of our 37 agents has a voice_id mapped to a vertical (Salon AI uses warmer voices than IT Helpdesk AI). We persist every TTS clip into one of 115+ DB tables, sample 1% for NISQA scoring, and run a quarterly human panel via Prolific. Twilio handles delivery; we score the source clip before transcoding. Starter ($149/mo) gets daily aggregates; Growth ($499/mo) gets per-voice drilldown; Scale ($1499/mo) adds CMOS panel reports. 14-day trial. Affiliates 22%.
Is automated MOS reliable? Predictors like NISQA correlate around 0.8 to 0.9 with human MOS. Good for trend; not perfect for absolute. Validate quarterly with humans.
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
How often do TTS vendors silently update models? Often. ElevenLabs and OpenAI ship voice updates monthly or faster. Without monitoring, drift looks like "people complain more this week."
What MOS target should I set? 4.0+ is good, below 3.7 is degraded. Above 4.3 is excellent. Above 4.5 is approaching human ceiling.
Should I monitor before or after the audio path? Both. Score the source clip (vendor quality) and the post-Twilio clip (delivered quality). Gap = your audio path.
Are there free MOS predictors? Yes. NISQA and UTMOS-22 are open source and cited in academic literature. NISQA-MOS works for narrowband telephony.
Start a 14-day trial with TTS MOS monitoring, see pricing, or book a demo. Healthcare on /industries/healthcare; partners earn 22% via the affiliate program.
To make the framing in TTS Naturalness Monitoring (MOS) for Voice AI in 2026 operational, the trade-off you cannot defer is channel routing between voice and chat — a missed call should not die, it should warm up the SMS or web-chat lane within seconds. Treat this as a voice-first system from the first prompt: the agent's persona, its tool surface, and its escalation rules all flow from that single decision. Teams that ship fast tend to instrument the loop end-to-end before they tune any single component, because the bottleneck is rarely where intuition puts it.
A production-grade voice stack at CallSphere stitches Twilio Programmable Voice (PSTN ingress, TwiML, bidirectional Media Streams) to a realtime reasoning layer — typically OpenAI Realtime or ElevenLabs Conversational AI — with sub-second response as a hard SLO. Anything north of one second of perceived silence and callers either repeat themselves or hang up; that single number drives the whole architecture. Server-side VAD with proper barge-in support is non-negotiable, otherwise the agent talks over the caller and the conversation collapses. Streaming TTS with phoneme-aligned interruption keeps the cadence natural even when the user changes their mind mid-sentence. Post-call, every transcript is run through a structured pipeline: sentiment, intent classification, lead score, escalation flag, and a normalized slot extraction (name, callback number, reason, urgency). For healthcare workloads, the BAA-covered storage path, audit logs, encryption-at-rest, and PHI-safe transcript redaction are wired in from day one, not bolted on at compliance review. The end state is a system where every call produces a row of structured data, not just a recording.
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
What changes when you move a voice agent the way TTS Naturalness Monitoring (MOS) for Voice AI in 2026 describes?
Treat the architecture in this post as a starting point and instrument it before you tune it. The metrics that matter most early on are end-to-end latency (target < 1s for voice, < 3s for chat), barge-in correctness, tool-call success rate, and post-conversation lead score distribution. Optimize whatever the data flags as the bottleneck, not whatever feels slowest in your head.
Where does this break down for voice agent deployments at scale?
The two failure modes that bite hardest are silent context loss across multi-turn handoffs and tool calls that succeed in dev but get rate-limited in production. Both are solvable with a proper agent backplane that pins state to a session ID, retries with backoff, and writes every tool invocation to an audit log you can replay.
How does the After-Hours Escalation product make sure no urgent call is dropped?
It runs 7 agents on a Primary → Secondary → 6-fallback ladder with a 120-second ACK timeout per leg. If the primary on-call does not acknowledge inside the window, the next contact is paged automatically — voice, SMS, and push — until somebody owns the incident.
Book a 30-minute working session at calendly.com/sagar-callsphere/new-meeting and bring a real call flow — we will walk it through the live after-hours escalation product at escalation.callsphere.tech and show you exactly where the production wiring sits.
Written by
Sagar Shankaran· Founder, CallSphere
Sagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
A founder's guide to the Siri voice generator landscape: how AI voice cloning works, what is legal, and how CallSphere uses 57+ voices in production.
A founder's guide to robot voice TTS, character voice text-to-speech, and where the Brian voice and announcer voice still beat human voices.
How to voice text in 2026: best apps, the API stack behind them, and how I use the same tech inside CallSphere's 57+ language voice agents.
Robot text to speech in 2026: how I pick TTS APIs, when robotic voices help, and how CallSphere ships 57+ language voice agents. Hands-on guide.
Sesame voice has emerged as a top TTS option in 2026. Here is what the sesame voice model actually is, how it sounds, and where CallSphere uses it.
An honest review of the Speechify app in 2026. Features, pricing, alternatives, and where TTS apps fit alongside conversational AI voice agents.
© 2026 CallSphere LLC. All rights reserved.