Skip to content

AAAI 2025: Codec Does Matter: Exploring the Semantic Shortcoming of Codec for Audio Language Model

Notifications You must be signed in to change notification settings

zhenye234/xcodec

Repository files navigation

X-Codec

Paper Title

Codec Does Matter: Exploring the Semantic Shortcoming of Codec for Audio Language Model

ckpts

Speech ckpts downlaod link

General audio ckpts [Soon]

Inference

python inference.py

Training

torchrun --nnodes=1 --nproc-per-node=8 main_launch_vqdp.py

Acknowledgement

I would like to extend a special thanks to authors of Uniaudio and DAC, since our code base is mainly borrowed from Uniaudio and [DAC] (https://github.com/descriptinc/descript-audio-codec).