Abdelrahman2922/arabic-tts-saudi-multi-speaker-xtts
Arabic Saudi TTS Dataset (LJSpeech Format) ๐ธ๐ฆ This dataset is designed for training Text-to-Speech (TTS) models such as XTTS_v2 using the LJSpeech format. ๐ Overview Language: Arabic (Saudi Dialect) Format: LJSpeech Use Case: TTS training (XTTS_v2, YourTTS, Tacotron, etc.) Speakers: Multi-speaker (Male & Female) Audio Format: WAV (mono recommended) Sample Rate: 22050 Hz (recommended) ๐ Structure all_data/ โ โโโ wavs/ โ โโโ sample_0.wav โ โโโโฆ See the full description on the dataset page: https://huggingface.co/datasets/Abdelrahman2922/arabic-tts-saudi-multi-speaker-xtts.
Arabic Saudi TTS Dataset (LJSpeech Format) ๐ธ๐ฆ
This dataset is designed for training Text-to-Speech (TTS) models such as XTTS_v2 using the LJSpeech format.
๐ Overview
- Language: Arabic (Saudi Dialect)
- Format: LJSpeech
- Use Case: TTS training (XTTS_v2, YourTTS, Tacotron, etc.)
- Speakers: Multi-speaker (Male & Female)
- Audio Format: WAV (mono recommended)
- Sample Rate: 22050 Hz (recommended)
๐ Structure
alldata/ โ โโโ wavs/ โ โโโ sample0.wav โ โโโ sample_1.wav โ โโโ ... โ โโโ metadata.txt
๐ Metadata Format
Each line in metadata.txt:
fileid|text|normalizedtext
Example:
sample_0|ุฌุตุชู ุชุจุฏุฃ ู ู ุฃูุงู ู ุง ููุง ูุฒูุฑ ุจูุช ุฎูุงูู.|ุฌุตุชู ุชุจุฏุฃ ู ู ุฃูุงู ู ุง ููุง ูุฒูุฑ ุจูุช ุฎูุงูู.
๐ฅ Speakers
This dataset contains multiple speakers:
- Male voices
- Female voices
โ ๏ธ Note: Speaker labels are not explicitly separated in metadata.
๐ฏ Use Cases
- Train XTTS_v2
- Fine-tune multilingual TTS models
- Arabic speech synthesis research
๐ Dataset Preview
โ๏ธ Training Notes
- Works directly with Coqui TTS
- Compatible with:
- XTTS_v2
- YourTTS
- Recommended preprocessing:
- Normalize Arabic text
- Remove diacritics (optional)
- Ensure consistent sampling rate
