How we prepared voice cloning TTS to run on-device

The team at VoxRT has developed a compact, 45M-parameter text-to-speech (TTS) model capable of voice cloning entirely on-device. Designed to run on smartphones and Raspberry Pi, the model avoids cloud dependencies by utilizing a two-stage architecture: a language model for generating audio latents and a neural codec decoder for waveform synthesis. By replacing iterative diffusion with a single-step flow sampler, the developers achieved faster-than-realtime inference on budget hardware. The project highlights the engineering challenges of on-device AI, specifically addressing the tendency of single-step samplers to produce robotic, averaged sounds and the stability risks associated with mixed-precision training. The resulting system, which supports streaming and low-latency synthesis, is scheduled for release in September 2026. This development marks a significant step in making high-quality, personalized voice synthesis accessible without the need for server-side infrastructure or API calls.
This is a summary. Read the full article at the original source:
Dev.toRelated stories
Meta has unveiled its latest innovation, the Muse AI agent, designed to act as a highly personalized assistant for users. According to recent reports,…
What's going on with OpenAI and the Navier-Stokes controversy?
OpenAI has recently claimed a significant breakthrough in mathematics, specifically regarding the Navier-Stokes equations, which describe the motion o…
Large language models develop novel social biases through adaptive exploration
A recent research paper published on OpenReview explores how large language models (LLMs) can acquire and manifest new social biases during the proces…


