Arabic TTS - Fine-tuned XTTS-v2

Listen to the progression from base model to fine-tuned Arabic speech with natural prosody. All samples use the same Arabic text for direct comparison.

Model: Moeeldouma/arabic-tts-xtts-v2 | Author: Moe Eldouma

Demo text:

مرحباً بكم في عالم التكنولوجيا الحديثة. تُعدّ اللغة العربية من أقدم اللغات وأكثرها انتشاراً في العالم، إذ يتحدث بها أكثر من أربعمائة مليون شخص حول العالم.

Select Version

Generation Parameters (Prosody-Tuned)

Parameter Value
Temperature 0.55
Top-p 0.85
Repetition Penalty 2.5
Sentence Pause 0.4s

How to generate custom text locally:

pip install TTS==0.22.0 transformers==4.44.2
python scripts/infer.py --text "مرحباً بكم" --output test.wav --finetuned

Note: Live text-to-speech generation requires a GPU. To try your own text, download the model and run locally. See the model card for full instructions.

Future versions will support more dialects and emotions. Contributions welcome!