For most of the current wave, audio has trailed image and video. That gap is closing, and the interesting work now clusters around a handful of threads. The through-line is that audio, like text and pixels, is increasingly modeled as a stream of learned tokens, which means progress downstream is capped by how good those tokens are.
The most visible shift is from batch text-to-speech, type a sentence, wait, receive a file, to live conversation. Older systems took a full turn of speech, processed it, and replied. Full-duplex models instead listen and speak at the same time, the way people actually talk, handling interruptions and back-channel sounds like mm-hmm. Kyutai's Moshi (arXiv 2410.00037, September 2024) is a representative open example, reporting a theoretical latency around 160 milliseconds and leaning on a streaming codec called Mimi so speech is generated incrementally rather than all at once. Those latency figures are the authors' own.
In parallel, expressive text-to-speech matured into reliable zero-shot voice cloning, imitating a speaker from a few seconds of reference audio. The lineage is well marked. VALL-E (arXiv 2301.02111, January 2023) framed speech as codec tokens predicted by a language model and cloned a voice from a roughly three-second sample. Meta's Voicebox (arXiv 2306.15687, June 2023) used flow matching, learning to turn noise into speech along a smooth path, and VALL-E 2 (arXiv 2406.05370) pushed the codec-language-model approach to human-parity claims by its authors. F5-TTS (arXiv 2410.06885, October 2024) is a widely used open successor that combines flow matching with a Diffusion Transformer. The capability is real and increasingly commoditized, which is exactly why watermarking matters.
Music generation is tackling two harder problems, staying coherent over minutes and being editable. YuE (arXiv 2503.08638, March 2025) is an open foundation model for long-form lyrics-to-song generation, with authors reporting up to five minutes while keeping structure and lyrical alignment. MusicGen-Stem (arXiv 2501.01757, January 2025) targets control rather than length, generating and editing separate stems so a section or single instrument can change without regenerating the whole track. A newer direction makes video and sound together: rather than dubbing a silent clip afterward, video-to-audio models like MMAudio (arXiv 2412.15322, December 2024) generate sound timed to the picture, where frame-accurate timing, not just plausible sound, is the open challenge.
Underneath all of it sits the codec, the component that compresses audio into the tokens generative models predict. SoundStream (arXiv 2107.03312, 2021) and EnCodec (arXiv 2210.13438, 2022) established residual vector quantization, stacking several rounds of quantization to keep fidelity high at low bitrate. Successors optimize for generation rather than pure compression: Mimi folds in semantic information for streaming, and SpectroStream (arXiv 2508.05207, August 2025) extends the line to 48 kHz stereo music. Because everything downstream inherits the codec's ceiling, codec quality quietly gates the whole field.