Arabic (Emirati Female) - Piper TTS Model

This is a Piper TTS voice model for Arabic (Emirati dialect), trained with a female voice.

Usage

With Piper CLI

echo "مرحبا" | piper --model arabic-emirati-female-model.onnx --output_file output.wav

With Python (piper-tts)

from piper import PiperVoice
import wave

voice = PiperVoice.load("arabic-emirati-female-model.onnx")
with wave.open("output.wav", "wb") as wav_file:
    voice.synthesize_wav("مرحبا بكم في دبي", wav_file)

Model Details

  • Language: Arabic (Emirati dialect)
  • Voice: Female
  • Sample Rate: 22050 Hz
  • Format: ONNX

Training

This model was trained using the Piper TTS training pipeline.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support