LLaSA is a zero-shot text-to-speech system that extracts voice characteristics from a reference audio sample and generates new text in the same voice. With just a 10-second audio clip, you can clone any voice with high quality.
# Clone the repository
git clone https://github.com/ORI-Muchim/LLaSA.git
cd LLaSA
# Install dependencies
pip install -r requirements.txt
## Usage
### Web Interface
```bash
python app.py
This will launch a Gradio web interface accessible through a browser. The interface provides options to:
python main.py
LLaSA integrates several models:
@article{ye2025llasa,
title={Llasa: Scaling Train-Time and Inference-Time Compute for Llama-based Speech Synthesis},
author={Ye, Zhen and Zhu, Xinfa and Chan, Chi-Min and Wang, Xinsheng and Tan, Xu and Lei, Jiahe and Peng, Yi and Liu, Haohe and Jin, Yizhu and Dai, Zheqi and Lin, Hongzhan and Chen, Jianyi and Du, Xingjian and Xue, Liumeng and Chen, Yunlin and Li, Zhifei and Xie, Lei and Kong, Qiuqiang and Guo, Yike and Xue, Wei},
journal={arXiv preprint arXiv:2502.04128v2},
year={2025}
}
6 commits
Python
100.0%
LLaSA is a zero-shot text-to-speech system that extracts voice characteristics from a reference audio sample and generates new text in the same voice. With just a 10-second audio clip, you can clone any voice with high quality.
# Clone the repository
git clone https://github.com/ORI-Muchim/LLaSA.git
cd LLaSA
# Install dependencies
pip install -r requirements.txt
## Usage
### Web Interface
```bash
python app.py
This will launch a Gradio web interface accessible through a browser. The interface provides options to:
python main.py
LLaSA integrates several models:
@article{ye2025llasa,
title={Llasa: Scaling Train-Time and Inference-Time Compute for Llama-based Speech Synthesis},
author={Ye, Zhen and Zhu, Xinfa and Chan, Chi-Min and Wang, Xinsheng and Tan, Xu and Lei, Jiahe and Peng, Yi and Liu, Haohe and Jin, Yizhu and Dai, Zheqi and Lin, Hongzhan and Chen, Jianyi and Du, Xingjian and Xue, Liumeng and Chen, Yunlin and Li, Zhifei and Xie, Lei and Kong, Qiuqiang and Guo, Yike and Xue, Wei},
journal={arXiv preprint arXiv:2502.04128v2},
year={2025}
}
6 commits
Python
100.0%