AudioCALM

AudioCALM Continuous Autoregressive Language Modeling for Universal Audio Generation

A single autoregressive model that matches modality-specific state-of-the-art on speech, sound & music.

Abstract

Unifying speech, sound, and music generation in one model is hindered by tradeoffs between fidelity, end-to-end training, in-context conditioning, and variable-length synthesis that no current paradigm fully resolves. To address this challenge, we present AudioCALM, a universal audio generation framework that extends autoregressive (AR) next-token prediction from discrete tokens to continuous audio latents: a thin flow-matching head replaces the softmax to predict rectified-flow velocities at each position, and a block-causal AR-Flow attention pattern produces arbitrary-length output. Joint training of multiple audio generation tasks faces an asymmetric text–audio mismatch: speech transcripts align to specific time spans and demand tight, time-aligned attention, whereas sound and music captions describe only overall semantics and rely on diffuse, holistic attention; mixing the two disproportionately degrades sound and music generation. We address this asymmetry at two levels: a data reformulation strategy that unifies all three tasks under a single description-style conditioning interface, and a novel architecture Asymmetric Mixture-of-Modality-Experts (A-MoME), which adds a dedicated residual expert for speech while sound and music share the backbone, incurring no inference overhead on non-speech inputs. Experimental results demonstrate that AudioCALM matches modality-specific state-of-the-art and outperforms prior unified baselines on speech, sound, and music generation benchmarks.

1Method

A single causal Transformer autoregresses over fixed-size blocks of continuous audio latents. A flow-matching head replaces the softmax; a block-causal AR-Flow attention pattern enables streaming arbitrary-length output; an asymmetric speech-only residual expert captures the tighter alignment that speech alone demands.

AudioCALM architecture overview
Figure 1. A causal Transformer autoregresses over blocks of continuous audio latents; a flow-matching head and a stop head are attached to its hidden states, and each block is produced by iterative denoising with KV-cache reuse. The block-causal AR-Flow mask is causal across blocks and bidirectional within each block. A-MoME adds a deterministically routed speech-only FFN to the shared backbone.

iContinuous AR LM

A flow-matching head replaces the softmax to predict rectified-flow velocities over VAE latents — keeping the LM interface while removing the codec bottleneck.

iiBlock-Causal AR-Flow

Causal across blocks, bidirectional within each block. Streams arbitrary-length audio under a single mask shared by training and inference.

iiiA-MoME

One residual FFN added on speech positions only — capacity follows the asymmetric text–audio mismatch with zero overhead on non-speech inputs.

2Zero-Shot Text-to-Speech Comparisons on LibriTTS

A reference utterance is prepended as the speaker prompt. AudioCALM is compared quantitatively against modality-specific TTS systems (F5-TTS, CosyVoice 3.0) and unified baselines (UniAudio, UniMoE-Audio, UniFlow-Audio, Ming-omni); full numbers are in the paper and summarized in the Results section below. Each card highlights the strongest baseline in each group — CosyVoice 3.0 (modality-specific) and Ming-omni (unified) — alongside Ground Truth and AudioCALM; the full baseline lineup is one click away under Compare baselines.

3Text-to-Sound Comparisons on AudioCaps

Held-out captions covering everyday acoustic events. AudioCALM is compared quantitatively against AudioLDM 2-Large, TangoFlux, Stable Audio Open, and the unified baselines (UniAudio, UniFlow-Audio, Ming-omni); full numbers are in the paper and summarized in the Results section below. Each card highlights the strongest baseline in each group — TangoFlux (modality-specific) and Ming-omni (unified) — alongside Ground Truth and AudioCALM; the full baseline lineup is one click away under Compare baselines.

4Text-to-Music Comparisons on Song-Describer

Held-out music captions spanning multiple genres. AudioCALM is compared quantitatively against MusicGen-Large, Stable Audio Open, and the unified baselines (UniAudio, UniMoE-Audio, UniFlow-Audio, Ming-omni); full numbers are in the paper and summarized in the Results section below. Each card highlights the strongest baseline in each group — Stable Audio Open (modality-specific) and UniMoE-Audio (unified) — alongside Ground Truth and AudioCALM; the full baseline lineup is one click away under Compare baselines.

5Results

Best per column in bold, second-best underlined. AudioCALM is a single model evaluated jointly across all three domains.

Metrics. WER (word error rate, lower is better) and SIM (cosine similarity between speaker embeddings of the generation and the reference, higher is better) measure speech intelligibility and speaker fidelity, respectively. FAD (Fréchet audio distance, lower is better) measures distributional fidelity. CLAP (text–audio cosine similarity, higher is better) measures prompt adherence. MOS is the subjective overall-quality score for speech (1–5, higher is better); MOS-Q and MOS-T are the subjective quality and text-relevance scores for sound and music (1–5, higher is better).

Text-to-speech

Model Benchmark A Benchmark B
WER ↓SIM ↑MOS ↑ WER ↓SIM ↑MOS ↑
Modality-specific baselines
F5-TTS0.0330.6163.850.0180.6483.78
CosyVoice 3.00.0220.6973.960.0150.6953.88
Unified baselines
UniAudio0.1200.2653.300.1130.3633.22
UniMoE-Audio0.0780.3613.520.0190.5733.72
UniFlow-Audio0.0320.5703.500.0580.5733.45
Ming-omni0.0250.5533.820.0130.6333.80
AudioCALM (ours)0.0200.6684.020.0110.6723.95

Text-to-sound and text-to-music

Model Text-to-Sound Text-to-Music
FAD ↓CLAP ↑MOS-Q ↑MOS-T ↑ FAD ↓CLAP ↑MOS-Q ↑MOS-T ↑
Modality-specific baselines
AudioLDM 2-Large5.360.223.253.10
TangoFlux2.700.363.823.85
Stable Audio Open4.130.253.653.452.230.323.953.85
MusicGen-Large5.280.193.653.45
Unified baselines
UniAudio6.640.133.202.9511.250.062.802.65
UniMoE-Audio3.710.223.803.60
UniFlow-Audio4.220.353.623.806.390.153.453.25
Ming-omni2.460.273.853.607.980.073.252.92
AudioCALM (ours)1.950.373.983.952.020.363.993.92

Ethics

AudioCALM supports zero-shot voice cloning and high-fidelity sound and music synthesis. Deployment requires provenance and consent safeguards against voice-cloning misuse and synthetic-media risks. All audio samples on this page are released solely for the purpose of academic peer review.