|
1 | 1 | # Amphion: An Open-Source Audio, Music, and Speech Generation Toolkit
|
2 | 2 |
|
3 | 3 | <div>
|
4 |
| - <a href=""><img src="https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg"></a> |
| 4 | + <a href="https://arxiv.org/abs/2312.09911"><img src="https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg"></a> |
| 5 | + <a href="https://huggingface.co/amphion"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Amphion-pink"></a> |
5 | 6 | <a href="egs/tts/README.md"><img src="https://img.shields.io/badge/README-TTS-blue"></a>
|
6 | 7 | <a href="egs/svc/README.md"><img src="https://img.shields.io/badge/README-SVC-blue"></a>
|
7 | 8 | <a href="egs/tta/README.md"><img src="https://img.shields.io/badge/README-TTA-blue"></a>
|
|
25 | 26 |
|
26 | 27 | In addition to the specific generation tasks, Amphion also includes several **vocoders** and **evaluation metrics**. A vocoder is an important module for producing high-quality audio signals, while evaluation metrics are critical for ensuring consistent metrics in generation tasks.
|
27 | 28 |
|
| 29 | +Here is the Amphion v0.1 demo, whose voice, audio effects, and singing voice are generated by our models. Just enjoy it! |
| 30 | + |
| 31 | +[amphion-v0.1-en](https://github.com/open-mmlab/Amphion/assets/24860155/7fcdcea5-3d95-4b31-bd93-4b4da734ef9b |
| 32 | +) |
| 33 | + |
28 | 34 | ## 🚀 News
|
29 | 35 |
|
30 |
| -- **2023/11/28**: Amphion alpha release |
| 36 | +- **2023/12/18**: Amphion v0.1 release. [](https://arxiv.org/abs/2312.09911) [](https://huggingface.co/amphion) [](https://www.youtube.com/watch?v=1aw0HhcggvQ) [](https://github.com/open-mmlab/Amphion/pull/39) |
| 37 | +- **2023/11/28**: Amphion alpha release. [](https://github.com/open-mmlab/Amphion/pull/2) |
31 | 38 |
|
32 | 39 | ## ⭐ Key Features
|
33 | 40 |
|
@@ -113,4 +120,12 @@ Amphion is under the [MIT License](LICENSE). It is free for both research and co
|
113 | 120 |
|
114 | 121 | ## 📚 Citations
|
115 | 122 |
|
116 |
| -Stay tuned, Coming soon! |
| 123 | +```bibtex |
| 124 | +@article{zhang2023amphion, |
| 125 | + title={Amphion: An Open-Source Audio, Music and Speech Generation Toolkit}, |
| 126 | + author={Xueyao Zhang and Liumeng Xue and Yuancheng Wang and Yicheng Gu and Xi Chen and Zihao Fang and Haopeng Chen and Lexiao Zou and Chaoren Wang and Jun Han and Kai Chen and Haizhou Li and Zhizheng Wu}, |
| 127 | + journal={arXiv}, |
| 128 | + year={2023}, |
| 129 | + volume={abs/2312.09911} |
| 130 | +} |
| 131 | +``` |
0 commit comments