On June 9, 2026, Hilab (the research division of Chinese social platform RedNote) released dots.tts — a voice cloning model that operates entirely in continuous latent space, skipping the discrete tokenization used by virtually every other TTS system. The result: first-token streaming latency of 54ms, with dramatically better preservation of speaker identity. And it’s released under Apache 2.0, meaning any developer can use it commercially.
What Happened
Most modern TTS models treat audio like a language — they convert speech into discrete tokens via a codec, then generate those tokens autoregressively. That tokenization discards subtle acoustic cues: breath patterns, resonance, natural timing. dots.tts throws away the codec entirely. Both the reference voice and the generated waveform exist as continuous latent representations throughout the pipeline, matching speaker characteristics directly in continuous space.
This architectural choice slashes latency. The model produces its first audio chunk after just 54ms of processing — fast enough for real-time voice assistants, dubbing, and interactive applications. In benchmarks, dots.tts achieves higher voice similarity scores than competing discrete models while using fewer parameters, though exact numbers were not disclosed in the announcement.
The model is released under the permissive Apache 2.0 license, making it one of the fastest and most flexible open-source voice cloning systems available. Hilab has published the weights and inference code on their GitHub repository, with a research paper expected to follow.
My Take
This is the kind of innovation that shifts the TTS landscape. By removing the quantization bottleneck, dots.tts proves that continuous representation is not just a theoretical advantage — it delivers real-world speed and fidelity. For developers, the implications are immediate: you can now build voice cloning into your product with sub-100ms latency, no cloud dependency, and no licensing fees.
The Apache 2.0 license is a power move. While companies like ElevenLabs and OpenAI keep their best models behind APIs, Hilab gives the entire stack away. This will accelerate everything from accessible AI dubbing in regional languages to personalized voice assistants — and it puts pressure on closed-source providers to justify their pricing.
One caution: voice cloning is a dual-use technology. The same model that enables a seamless reading assistant can also enable deepfake voice scams. With no built-in watermarking or guardrails (unlike Chatterbox Multilingual v3 released the same week), the burden falls on developers to implement detection and consent mechanisms. The community should expect a responsible-use discussion to follow.
What to Watch
- Latency race. With 54ms now the bar, expect other TTS labs to rush their own continuous models or hybrid approaches.
- Watermarking gaps. dots.tts has no embedded provenance — watch for third-party add-ons or regulation-driven requirements, especially under the EU AI Act.
- Production adoption. Real-time voice cloning in browsers, mobile apps, and edge devices becomes feasible. Look for demos at upcoming AI conferences.
