spark-tts
commited on
Commit
·
22e7aa2
1
Parent(s):
35f7e3a
release paper
Browse files
README.md
CHANGED
@@ -291,4 +291,34 @@ Here are some demos generated by Spark-TTS using zero-shot voice cloning. For mo
|
|
291 |
|
292 |
- [x] Release the Spark-TTS paper.
|
293 |
- [ ] Release the training code.
|
294 |
-
- [ ] Release the training dataset, VoxBox.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
291 |
|
292 |
- [x] Release the Spark-TTS paper.
|
293 |
- [ ] Release the training code.
|
294 |
+
- [ ] Release the training dataset, VoxBox.
|
295 |
+
|
296 |
+
|
297 |
+
## Citation
|
298 |
+
|
299 |
+
```
|
300 |
+
@misc{wang2025sparktts,
|
301 |
+
title={Spark-TTS: An Efficient LLM-Based Text-to-Speech Model with Single-Stream Decoupled Speech Tokens},
|
302 |
+
author={Xinsheng Wang and Mingqi Jiang and Ziyang Ma and Ziyu Zhang and Songxiang Liu and Linqin Li and Zheng Liang and Qixi Zheng and Rui Wang and Xiaoqin Feng and Weizhen Bian and Zhen Ye and Sitong Cheng and Ruibin Yuan and Zhixian Zhao and Xinfa Zhu and Jiahao Pan and Liumeng Xue and Pengcheng Zhu and Yunlin Chen and Zhifei Li and Xie Chen and Lei Xie and Yike Guo and Wei Xue},
|
303 |
+
year={2025},
|
304 |
+
eprint={2503.01710},
|
305 |
+
archivePrefix={arXiv},
|
306 |
+
primaryClass={cs.SD},
|
307 |
+
url={https://arxiv.org/abs/2503.01710},
|
308 |
+
}
|
309 |
+
```
|
310 |
+
|
311 |
+
|
312 |
+
## ⚠️ Usage Disclaimer
|
313 |
+
|
314 |
+
This project provides a zero-shot voice cloning TTS model intended for academic research, educational purposes, and legitimate applications, such as personalized speech synthesis, assistive technologies, and linguistic research.
|
315 |
+
|
316 |
+
Please note:
|
317 |
+
|
318 |
+
- Do not use this model for unauthorized voice cloning, impersonation, fraud, scams, deepfakes, or any illegal activities.
|
319 |
+
|
320 |
+
- Ensure compliance with local laws and regulations when using this model and uphold ethical standards.
|
321 |
+
|
322 |
+
- The developers assume no liability for any misuse of this model.
|
323 |
+
|
324 |
+
We advocate for the responsible development and use of AI and encourage the community to uphold safety and ethical principles in AI research and applications. If you have any concerns regarding ethics or misuse, please contact us.
|