You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AudioCodecBench: A Comprehensive Benchmark for Audio Codec Evaluation
AudioCodecBench allows for a comprehensive assessment of codecs' capabilities which evaluate across four dimensions: audio reconstruction metric, codebook index (ID) stability, decoder-only transformer perplexity, and performance on downstream probe tasks. Our results show the correctness of the provided suitable definitions and the correlation among reconstruction metrics, codebook ID stability, downstream probe tasks and perplexity.
arXiv Paper: AudioCodecBench: A Comprehensive Benchmark for Audio Codec Evaluation
Purpose
how to evaluate the quality of codebook (for lm modeling)
collect all existing metrics for reconstruction
collect all existing metrics for Linear Probing (Music and Speech)
Env Build
The following explains how to quickly create the required environment and install codec_evaluation for use.
Setup environment and dependencies
We strongly recommended to use conda for managing your Python environment.
Create a virtual environment using conda.
# create a virtual environment using conda
conda create -n codec_eval python==3.10 -y # Python ==3.10 is recommended.
conda activate codec_eval
Install codec_evaluation from source
git clone https://github.com/wuzhiyue111/Codec-Evaluation.git
cd Codec-Evaluation
bash env_build.sh
Usage
The following will introduce how to conduct evaluations using codecs and downstream tasks. For details, please refer to the instruction document. [EN][ZH]
@misc{wang2025audiocodecbenchcomprehensivebenchmarkaudio,
title={AudioCodecBench: A Comprehensive Benchmark for Audio Codec Evaluation},
author={Lu Wang and Hao Chen and Siyu Wu and Zhiyue Wu and Hao Zhou and Chengfeng Zhang and Ting Wang and Haodi Zhang},
year={2025},
eprint={2509.02349},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2509.02349},
}