This repo contains our official implementation of AudioComposer . For the generated audio, Please refer to [Demo]. You can find our paper from [Paper].
- Release paper and demo page.
- Release pretrained weights.
- Release inference code.
- Release training code.
Models can be downloaded here.
wget https://huggingface.co/lavendery/AudioComposer/resolve/main/audio_composer.ckpt?download=true
conda create -n audiocomposer python=3.9
conda activate audiocomposer
git clone https://github.com/lavendery/AudioComposer.git
cd AudioComposer-main/AudioComposer
pip install -r requirements.txt
# infer
bash test.sh
We would like to express our gratitude to several excellent repositories for making their code available to the public.
@misc{wang2024audiocomposerfinegrainedaudiogeneration,
title={AudioComposer: Towards Fine-grained Audio Generation with Natural Language Descriptions},
author={Yuanyuan Wang and Hangting Chen and Dongchao Yang and Zhiyong Wu and Helen Meng and Xixin Wu},
year={2024},
eprint={2409.12560},
archivePrefix={arXiv},
primaryClass={eess.AS},
url={https://arxiv.org/abs/2409.12560},
}