Continuous Audio Language Models

Papers with Code Trending Papers

Summary

This paper introduces Continuous Audio Language Models (CALM), which generate audio using continuous frames instead of discrete tokens to improve fidelity and reduce computational cost in speech and music generation.

Audio Language Models (ALM) have emerged as the dominant paradigm for speech and music generation by representing audio as sequences of discrete tokens. Yet, unlike text tokens, which are invertible, audio tokens are extracted from lossy codecs with a limited bitrate. As a consequence, increasing audio quality requires generating more tokens, which imposes a trade-off between fidelity and computational cost. We address this issue by studying Continuous Audio Language Models (CALM). These models instantiate a large Transformer backbone that produces a contextual embedding at every timestep. This sequential information then conditions an MLP that generates the next continuous frame of an audio VAE through consistency modeling. By avoiding lossy compression, CALM achieves higher quality at lower computational cost than their discrete counterpart. Experiments on speech and music demonstrate improved efficiency and fidelity over state-of-the-art discrete audio language models, facilitating lightweight, high-quality audio generation. Samples are available at https://continuous-audio-language-models.github.io
Original Article
View Cached Full Text

Cached at: 05/08/26, 09:03 AM

Paper page - Continuous Audio Language Models

Source: https://huggingface.co/papers/2509.06926

Abstract

AudioLanguageModels(ALM)haveemergedasthedominantparadigmforspeechandmusicgenerationbyrepresentingaudioassequencesofdiscretetokens.Yet,unliketexttokens,whichareinvertible,audiotokensareextractedfromlossycodecswithalimitedbitrate.Asaconsequence,increasingaudioqualityrequiresgeneratingmoretokens,whichimposesatrade-offbetweenfidelityandcomputationalcost.WeaddressthisissuebystudyingContinuousAudioLanguageModels(CALM).ThesemodelsinstantiatealargeTransformerbackbonethatproducesacontextualembeddingateverytimestep.ThissequentialinformationthenconditionsanMLPthatgeneratesthenextcontinuousframeofanaudioVAEthroughconsistencymodeling.Byavoidinglossycompression,CALMachieveshigherqualityatlowercomputationalcostthantheirdiscretecounterpart.Experimentsonspeechandmusicdemonstrateimprovedefficiencyandfidelityoverstate-of-the-artdiscreteaudiolanguagemodels,facilitatinglightweight,high-qualityaudiogeneration.Samplesareavailableathttps://continuous-audio-language-models.github.io

View arXiv pageView PDFProject pageGitHub4.25kautoAdd to collection

Similar Articles

Continuous Audio Thinking for Large Audio Language Models

arXiv cs.AI

The paper introduces Continuous Audio Thinking (CoAT), a framework that equips large audio language models with a continuous latent workspace to organize acoustic information before generating textual responses, improving performance on audio reasoning, understanding, and transcription tasks without additional decoding cost.

Audio perception layer for LLM agents, with a memory that grows through use

Reddit r/LocalLLaMA

An experimental open-source framework that enables LLM agents to perceive and recognize non-speech audio events using local models (CLAP, Whisper, Silero VAD) and a growing concept memory. The system uses event-gated recognition, fingerprinting, and symbol-based reasoning, with no formal benchmarks yet.