Text-to-Speech
ONNX
Arabic
phoonnx
vits

phoonnx_ar_dii_espeak

This is a text-to-speech voice model for Arabic. The voice is Dii, a female voice. It uses the phoonnx VITS architecture with espeak-ng for phonemization, exported to ONNX for CPU inference. It was fine-tuned from the base voice phoonnx_ar_miro_espeak, the closest available language for this voice.

How to use

Install phoonnx and run:

import wave
from phoonnx.config import SynthesisConfig
from phoonnx.voice import TTSVoice

voice = TTSVoice.from_hf("OpenVoiceOS/phoonnx_ar_dii_espeak")

synthesis_config = SynthesisConfig(noise_scale=0.667, length_scale=1.0, noise_w_scale=0.8)

with wave.open("output.wav", "wb") as wav_file:
    voice.synthesize_wav("صباح الخير، كيف حالك؟", wav_file, synthesis_config)

You can also use this model in OVOS with ovos-tts-plugin-phoonnx:

{
  "tts": {
    "module": "ovos-tts-plugin-phoonnx",
    "ovos-tts-plugin-phoonnx": {
      "voice": "OpenVoiceOS/phoonnx_ar_dii_espeak"
    }
  }
}

Training data

Trained on TigreGotico/tts-train-synthetic-dii_ar-diacritics.

Related links

Ownership and licensing

Miro and Dii are the recorded voices of two real people. The voices, the training data, and this model belong to TigreGotico Lda (https://tigregotico.pt).

This model is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 (CC BY-NC-ND 4.0). You may use and share this model for non-commercial purposes only. Give attribution to TigreGotico Lda. Do not modify, adapt, or build new models from this model. Do not use the voice identity to create derivative voices.

For commercial use, for derivative models, or for any other license of the Miro or Dii voice identity, contact TigreGotico Lda.

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

Model tree for OpenVoiceOS/phoonnx_ar_dii_espeak

Quantized
(5)
this model

Dataset used to train OpenVoiceOS/phoonnx_ar_dii_espeak

Collection including OpenVoiceOS/phoonnx_ar_dii_espeak