QuarkAudio: An Open-Source Project to Unify Audio Processing and Generation.

July 7, 2026 · View on GitHub

Paper Demo Hugging Face ModelScope

Introduction

This project contains a series of works developed for audio (including speech, music, and general audio events) processing and generation, which helps reproducible research in the field of audio. The target of QuarkAudio is to explore a unified framework to handle different audio processing and generation tasks, including:

🚀 Key Highlights:

  • Unified & Prompt-Free: Handles multiple tasks without explicit instruction.
  • ⚙️ Decoder-only AR-LM Backbone: Leverages LLM-style autoregressive generation for speech token prediction.
  • 🔄 End-to-End Compatible: Integrates WavLM/Hubert (feature extractor), H-Codec (discrete codec), and LM into one pipeline.
  • 🌍 Multitask Support: SE, SR, TSE, SS, EDIT, VC, LASS, TTA, and more — all in a single model.

📄 Paper: arXiv:2510.20441 | 🎤 Listen: Demo Page | 🤗 Model: Hugging Face Spaces


GitHub Repo stars Please leave your ⭐ on our GitHub to support this community project!

记得点击右上角的星星⭐来支持我们一下,您的支持是我们更新模型的最大动力!

📋 Supported Tasks

TaskFull NameStatusDescription
SRSpeech Restoration⛳ supportedRecover clean speech from corrupted inputs (e.g., noise, reverb, packet loss)
TSETarget Speaker Extraction⛳ supportedExtract target speaker using reference enrollment audio
SSSpeech Separation⛳ supportedSeparate mixed speakers or sound sources
VCVoice Conversion⛳ supportedConvert the speaker identity of input speech while preserving linguistic content
LASSLanguage-Queried Audio Source Separatio⛳ supportedSeparate sound sources based on natural language queries (e.g., "remove the man's voice")
CODECAudio Tokenization⛳ supportedEncode speech into compact discrete tokens and reconstruct high-fidelity audio via decoding
AEAudio Editing⛳ supportedEdit spoken content by inserting, deleting, or substituting words/phrases in the audio domain
TTAText to Audio⏳ DevelopingGenerate speech or environmental sounds directly from text prompts (upcoming in next release)
AECAcoustic Echo Cancellation⏳ DevelopingRemove echo artifacts in teleconferencing scenarios (upcoming in next release)
  • more...

In addition to the frameworks for specific audio tasks, QuarkAudio also provides works involving neural audio codec (NAC), which is the fundamental module to combine audio modality with language models.

🚀 News

  • 2026/07/01: 🎉 Two papers accepted to INTERSPEECH 2026! (1) UniSE-V2.0: "UniSE: A Unified Framework for Decoder-Only Autoregressive LM-Based Speech Enhancement" — open-source code will be updated at QuarkAudio-UniSE. (2) LMPAN: "LMPAN: A Lightweight Multi-Path Alignment Network for Joint Full-Duplex Acoustic Echo Cancellation and Noise Suppression".
  • 2026/05/07: We release HCodec-Spatial, The system supports Spatial Audio Codec for Stereo Encoding and Mono-to-Stereo Spatialization,HCodec-Spatial.
  • 2026/01/29: 🎉 Our paper "A Hybrid Discriminative and Generative System for Universal Speech Enhancement" has been accepted to ICASSP 2026! Built upon the QuarkAudio like architecture, this hybrid system achieved 3rd place in the URGENT 2026 Challenge (Track 1). arXiv
  • 2025/12/24: We release QuarkAudio, an Open-Source Project to Unify Audio Processing and Generation.arXiv. The code is publicly available at: QuarkAudio-HCodec, along with pretrained models and inference examples.
  • 2025/10/26: We release UniTok-Audio, The system supports target speaker extraction, universal speech enhancement, Speech Restoration, Voice Conversion, Language-Queried Audio Source Separation, Audio Tokenization,demo, arXiv. Code will comming soon.
  • 2025/09/22: We release UniSE, a foundation model for unified speech generation. The system supports target speaker extraction, universal speech enhancement. arXiv. The code is publicly available at: UniSE, along with pretrained models and inference examples.

Citation

If you use this code or result in your paper, please cite our work as:

@misc{liu2025quarkaudiotechnicalreport,
      title={QuarkAudio Technical Report}, 
      author={Chengwei Liu and Haoyin Yan and Shaofei Xue and Xiaotao Liang and Xiaofu Chen and Bin Gong and Zheng Xue and Gang Song},
      year={2025},
      eprint={2512.20151},
      archivePrefix={arXiv},
      primaryClass={eess.AS},
      url={https://arxiv.org/abs/2512.20151}, 
}

License

QuarkAudio is released under the Apache 2.0 license.

Star History

Star History Chart