Hardware Infrastructure
Why Are Voice AI Companies Moving Noise Suppression And Echo Cancellation Onto Custom Chips?
5mins
Aryan Kushwaha

Why Are Voice AI Companies Moving Noise Suppression And Echo Cancellation Onto Custom Chips?
For the last three years, every voice AI pitch has sounded the same: "we got latency down to 300ms" then 200ms, then 150ms. That race was fought almost entirely in software, on cloud GPUs, with better models and shorter turn-taking windows. It is now running out of room. The next chunk of latency does not live in the model. It lives in the microphone path, before audio ever reaches a server.
That is why a growing set of hardware and audio vendors are pulling noise suppression and acoustic echo cancellation out of the cloud pipeline and putting them on dedicated local silicon instead.
In one line: voice AI companies are offloading noise suppression and echo cancellation to specialized DSP chips at the edge because cloud-only latency has a floor, and shaving milliseconds off the acoustic front end is now cheaper and more reliable than trying to squeeze more speed out of the model layer.
What Is Actually Hitting A Ceiling In Cloud Voice Latency?
Cloud-based voice pipelines have a fixed tax that no amount of model optimization removes: network round trip, jitter buffering, and the time a noisy signal spends getting cleaned up before a speech model can even use it. Standardizing on faster cloud inference helped for a while, but network physics and buffering do not compress the same way model weights do. Once a team has trimmed inference time, the audio front end, capturing a clean signal in the first place, becomes the next biggest lever.
This is why noise suppression and echo cancellation are moving. Both tasks are well understood, computationally bounded problems, which makes them good candidates for fixed-function or DSP hardware instead of general-purpose cloud compute.
Why Put Noise Suppression And Echo Cancellation On Dedicated Chips Instead Of Software?
Running these two tasks on local, purpose-built circuits instead of a shared CPU or a cloud model removes a layer of scheduling and network overhead entirely. XMOS's VocalFusion XVF3620, for example, packages AI-based noise reduction together with full-duplex acoustic echo cancellation, two-microphone beamforming, and automatic gain control on a single voice processor chip, built on the company's XCORE architecture, which is designed for deterministic, parallel processing rather than general-purpose compute.
The word that matters there is deterministic. A general-purpose CPU or a cloud call has to share resources and wait its turn. A dedicated DSP path does not, because it is not doing anything else. That is the entire argument for specialized silicon: not that it is smarter, but that it is not competing with anything for its own processing time.
Does This Actually Get Rid Of The Cloud, Or Just Change What The Cloud Has To Do?
It changes what the cloud has to do. Local chips are not replacing the language model or the conversation engine, they are cleaning the signal before it ever reaches one. A voice agent still needs a model to understand and respond. What edge audio hardware removes is the noisy, echo-laden, or reverberant signal that would otherwise force that model, or a cloud-based enhancement layer, to do cleanup work it should never have had to do.
This also changes where privacy and reliability sit. Processing raw audio locally means a noisy room, a barking dog, or a speakerphone echo never has to leave the device to get cleaned up, which matters for any voice AI product running in a call center, a car, or a factory floor rather than a quiet home office.
What Does A Typical Split Between Cloud And Edge Look Like Today?
Task | Where it typically runs | Why |
|---|---|---|
Noise suppression | Edge chip / local DSP | Fixed, well-understood problem, benefits from dedicated silicon |
Acoustic echo cancellation | Edge chip / local DSP | Needs to react in real time to the device's own speaker output |
Beamforming | Edge chip / local DSP | Depends on physical microphone geometry, not cloud context |
Speech-to-text | Cloud or hybrid | Needs large models, benefits from scale and frequent updates |
Language understanding and response generation | Cloud | Requires the largest models, least latency-sensitive of the group |
The pattern is simple: whatever is physically tied to the microphone and speaker stays local, whatever needs a big model stays in the cloud.
Where Does This Go Next?
Expect voice AI infrastructure to look less like "one cloud pipeline" and more like a layered stack: dedicated audio silicon at the device handling the acoustic front end, a lighter cloud layer for transcription and reasoning, and orchestration logic deciding what needs to leave the device at all. Chip vendors already building for smart speakers, in-car assistants, and robotics are the ones best positioned to move into production voice AI, because the acoustic problem does not change much between a smart speaker and a customer service kiosk. The companies that win this next round will not be the ones with the fastest model, they will be the ones who stopped asking the model to clean up a signal that should have been clean to begin with.
[
FAQ
]
Frequently Asked Questions
[
Browse Articles
]
Browse More Articles
Explore content across the voice AI stack — from infrastructure to real-world applications

