Views
No views yet
TL;DR: We turn time‑synchronous Mimi latents into text‑synchronous token latents ([tᵢ, sᵢ]), then expand them back to Mimi latents and decode to waveform. This makes token‑level control and alignment with LLM text outputs straightforward.

| Method | Train data | WER ↓ |
|---|---|---|
| Ground‑truth | – | 2.12 |
| Mimi | – | 2.29 |
| TASTE | Emilia + LibriTTS | 4.40 |
| TextSyncMimi v1 | LibriTTS‑R + LibriSpeech | 3.06 |
1from transformers import AutoModel
2model = AutoModel.from_pretrained("potsawee/TextSyncMimi-v1", trust_remote_code=True)