Skip to content

lavendery/AudioComposer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioComposer: Towards Fine-grained Audio Generation with Natural Language Descriptions

This repo contains our official implementation of AudioComposer . For the generated audio, Please refer to [Demo]. You can find our paper from [Paper].

TODOs

  • Release paper and demo page.
  • Release pretrained weights.
  • Release inference code.
  • Release training code.

Pretrained Models

Models can be downloaded here.

wget https://huggingface.co/lavendery/AudioComposer/resolve/main/audio_composer.ckpt?download=true

Installation

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

Acknowledgments

We would like to express our gratitude to several excellent repositories for making their code available to the public.

Citation

@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}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published